File: version.h

package info (click to toggle)
cubemap 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 380 kB
  • ctags: 398
  • sloc: cpp: 3,895; sh: 114; perl: 86; makefile: 61
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#ifndef _VERSION_H
#define _VERSION_H

// Version number. Don't expect this to change all that often.

#define SERVER_VERSION "1.1.2"
#define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION

#endif  // !defined(_VERSION_H)