DXGL r490 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r489‎ | r490 | r491 >
Date:14:43, 16 August 2014
Author:admin
Status:new
Tags:
Comment:
Update release version.
Modified paths:
  • /ReadMe.txt (modified) (history)
  • /common/releasever.h (modified) (history)

Diff [purge]

Index: ReadMe.txt
@@ -1,4 +1,4 @@
2 -DXGL 0.5.3
 2+DXGL 0.5.4
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 3
 8+#define DXGLPOINTVER 4
99
1010 #define STR2(x) #x
1111 #define STR(x) STR2(x)