DXGL r561 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r560‎ | r561 | r562 >
Date:22:04, 26 October 2014
Author:admin
Status:new
Tags:
Comment:
Update release version for 0.5.6
Modified paths:
  • /ReadMe.txt (modified) (history)
  • /common/releasever.h (modified) (history)

Diff [purge]

Index: ReadMe.txt
@@ -1,4 +1,4 @@
2 -DXGL 0.5.5
 2+DXGL 0.5.6
33 http://www.williamfeely.info/wiki/DXGL
44
55 == Introduction ==
Index: common/releasever.h
@@ -4,7 +4,7 @@
55
66 #define DXGLMAJORVER 0
77 #define DXGLMINORVER 5
8 -#define DXGLPOINTVER 5
 8+#define DXGLPOINTVER 6
99
1010 #define STR2(x) #x
1111 #define STR(x) STR2(x)