Panda3D
version.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file version.h
10  */
11 
12 /* instead of this stuff probably want to use link.exe /VERSION flag instead, which might make auto-incrementing build number a little easier */
13 
14 #define PANDA_VERSION_MAJOR 0
15 #define PANDA_VERSION_MINOR 0
16 #define PANDA_VERSION_BUILDSUBVERSION 0
17 #define PANDA_VERSION_BUILDSUBSUBVERSION 1
18 
19 #define PANDA_VERSION_MAJOR_STR "0"
20 #define PANDA_VERSION_MINOR_STR "0"
21 #define PANDA_VERSION_BUILDSUBVERSION_STR "0"
22 #define PANDA_VERSION_BUILDSUBSUBVERSION_STR "1"