Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
git-svn-id: https://www.williamfeely.info/svn/dxgl@182 8a90861a-4eca-46d5-b744-240ff16d0c4d
  • Loading branch information
dxgldotorg committed Jun 25, 2012
1 parent 6e3dd8f commit 4edd1ce
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,12 +4,12 @@

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

#define DXGLVERNUMBER DXGLMAJOR,DXGLMINOR,DXGLPOINT,DXGLBUILD
#define DXGLVERQWORD (((unsigned __int64)DXGLMAJOR<<48)+((unsigned __int64)DXGLMINOR<<32)+((unsigned __int64)DXGLPOINT<<16)+(unsigned __int64)DXGLBUILD)
#define DXGLVERSTRING "0.2.1.0"
#define DXGLVERSTRING "0.2.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.2.1"
!define PRODUCT_VERSION "0.2.2"

0 comments on commit 4edd1ce

Please sign in to comment.