DXGL r182 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r181‎ | r182 | r183 >
Date:00:58, 25 June 2012
Author:admin
Status:new
Tags:
Comment:
Release version 0.2.2
Modified paths:
  • /common/version.h (modified) (history)
  • /common/version.nsh (modified) (history)

Diff [purge]

Index: common/version.h
@@ -4,12 +4,12 @@
55
66 #define DXGLMAJOR 0
77 #define DXGLMINOR 2
8 -#define DXGLPOINT 1
 8+#define DXGLPOINT 2
99 #define DXGLBUILD 0
1010
1111 #define DXGLVERNUMBER DXGLMAJOR,DXGLMINOR,DXGLPOINT,DXGLBUILD
1212 #define DXGLVERQWORD (((unsigned __int64)DXGLMAJOR<<48)+((unsigned __int64)DXGLMINOR<<32)+((unsigned __int64)DXGLPOINT<<16)+(unsigned __int64)DXGLBUILD)
13 -#define DXGLVERSTRING "0.2.1.0"
 13+#define DXGLVERSTRING "0.2.2.0"
1414
1515
1616 #endif //__VERSION_H
Index: common/version.nsh
@@ -1 +1 @@
2 -!define PRODUCT_VERSION "0.2.1"
\ No newline at end of file
 2+!define PRODUCT_VERSION "0.2.2"
\ No newline at end of file