DXGL r38 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
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 ##
1
1
Release no DXGL
2
2
bin
3
3
*.cbTemp
4
+*.layout
Index: dxglcfg
Property changes on: dxglcfg
___________________________________________________________________
Modified: svn:ignore
## -4,3 +4,4 ##
4
5
obj
5
6
Release
6
7
Release no DXGL
8
+*.layout
Index: common/common.vcxproj.filters
—
—
@@ -27,7 +27,9 @@
28
28
<None Include="dxglicon.svg">
29
29
<Filter>Resource Files</Filter>
30
30
</None>
31
- <None Include="version.nsh" />
31
+ <None Include="version.nsh">
32
+ <Filter>Header Files</Filter>
33
+ </None>
32
34
</ItemGroup>
33
35
<ItemGroup>
34
36
<ClInclude Include="version.h">
Index: common/version.h
—
—
@@ -4,11 +4,11 @@
5
5
6
6
#define DXGLMAJOR 0
7
7
#define DXGLMINOR 1
8
-#define DXGLPOINT 0
8
+#define DXGLPOINT 1
9
9
#define DXGLBUILD 0
10
10
11
11
#define DXGLVERNUMBER DXGLMAJOR,DXGLMINOR,DXGLPOINT,DXGLBUILD
12
-#define DXGLVERSTRING "0.1.0.0"
12
+#define DXGLVERSTRING "0.1.1.0"
13
13
14
14
15
15
#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 ##
3
3
Debug no DXGL
4
4
Release
5
5
Release no DXGL
6
+*.layout
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version