DXGL r38 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r37‎ | r38 | r39 >
Date:19:53, 24 December 2011
Author:admin
Status:new
Tags:
Comment:
Update version to 0.1.1
Ignore Code::Blocks layout files
Modified paths:
  • /cfgmgr (modified) (history)
  • /common (modified) (history)
  • /common/common.vcxproj.filters (modified) (history)
  • /common/version.h (modified) (history)
  • /common/version.nsh (modified) (history)
  • /dxglcfg (modified) (history)

Diff [purge]

Index: cfgmgr
Property changes on: cfgmgr
___________________________________________________________________
Modified: svn:ignore
## -5,3 +5,4 ##
11 Release no DXGL
22 bin
33 *.cbTemp
 4+*.layout
Index: dxglcfg
Property changes on: dxglcfg
___________________________________________________________________
Modified: svn:ignore
## -4,3 +4,4 ##
45 obj
56 Release
67 Release no DXGL
 8+*.layout
Index: common/common.vcxproj.filters
@@ -27,7 +27,9 @@
2828 <None Include="dxglicon.svg">
2929 <Filter>Resource Files</Filter>
3030 </None>
31 - <None Include="version.nsh" />
 31+ <None Include="version.nsh">
 32+ <Filter>Header Files</Filter>
 33+ </None>
3234 </ItemGroup>
3335 <ItemGroup>
3436 <ClInclude Include="version.h">
Index: common/version.h
@@ -4,11 +4,11 @@
55
66 #define DXGLMAJOR 0
77 #define DXGLMINOR 1
8 -#define DXGLPOINT 0
 8+#define DXGLPOINT 1
99 #define DXGLBUILD 0
1010
1111 #define DXGLVERNUMBER DXGLMAJOR,DXGLMINOR,DXGLPOINT,DXGLBUILD
12 -#define DXGLVERSTRING "0.1.0.0"
 12+#define DXGLVERSTRING "0.1.1.0"
1313
1414
1515 #endif //__VERSION_H
Index: common/version.nsh
@@ -1 +1 @@
2 -!define PRODUCT_VERSION "0.1.0"
\ No newline at end of file
 2+!define PRODUCT_VERSION "0.1.1"
\ No newline at end of file
Index: common
Property changes on: common
___________________________________________________________________
Modified: svn:ignore
## -2,3 +2,4 ##
33 Debug no DXGL
44 Release
55 Release no DXGL
 6+*.layout