DXGL r50 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r49‎ | r50 | r51 >
Date:16:31, 26 December 2011
Author:admin
Status:new
Tags:
Comment:
Update version to 0.1.2
Modified paths:
  • /common/version.h (modified) (history)
  • /common/version.nsh (modified) (history)

Diff [purge]

Index: common/version.h
@@ -4,11 +4,11 @@
55
66 #define DXGLMAJOR 0
77 #define DXGLMINOR 1
8 -#define DXGLPOINT 1
 8+#define DXGLPOINT 2
99 #define DXGLBUILD 0
1010
1111 #define DXGLVERNUMBER DXGLMAJOR,DXGLMINOR,DXGLPOINT,DXGLBUILD
12 -#define DXGLVERSTRING "0.1.1.0"
 12+#define DXGLVERSTRING "0.1.2.0"
1313
1414
1515 #endif //__VERSION_H
Index: common/version.nsh
@@ -1 +1 @@
2 -!define PRODUCT_VERSION "0.1.1"
\ No newline at end of file
 2+!define PRODUCT_VERSION "0.1.2"
\ No newline at end of file