Skip to content

Commit

Permalink
Update version to 0.1.2
Browse files Browse the repository at this point in the history
git-svn-id: https://www.williamfeely.info/svn/dxgl@50 8a90861a-4eca-46d5-b744-240ff16d0c4d
  • Loading branch information
dxgldotorg committed Dec 26, 2011
1 parent 826bf21 commit 8563242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

#define DXGLMAJOR 0
#define DXGLMINOR 1
#define DXGLPOINT 1
#define DXGLPOINT 2
#define DXGLBUILD 0

#define DXGLVERNUMBER DXGLMAJOR,DXGLMINOR,DXGLPOINT,DXGLBUILD
#define DXGLVERSTRING "0.1.1.0"
#define DXGLVERSTRING "0.1.2.0"


#endif //__VERSION_H
2 changes: 1 addition & 1 deletion common/version.nsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define PRODUCT_VERSION "0.1.1"
!define PRODUCT_VERSION "0.1.2"

0 comments on commit 8563242

Please sign in to comment.