From 4edd1ce685428f705f9b79c5b14e4ed48ebcd976 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 25 Jun 2012 00:58:40 +0000 Subject: [PATCH] Release version 0.2.2 git-svn-id: https://www.williamfeely.info/svn/dxgl@182 8a90861a-4eca-46d5-b744-240ff16d0c4d --- common/version.h | 4 ++-- common/version.nsh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/version.h b/common/version.h index be92e8e7..07a673d5 100644 --- a/common/version.h +++ b/common/version.h @@ -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 diff --git a/common/version.nsh b/common/version.nsh index ff4f954d..f5d12b42 100644 --- a/common/version.nsh +++ b/common/version.nsh @@ -1 +1 @@ -!define PRODUCT_VERSION "0.2.1" \ No newline at end of file +!define PRODUCT_VERSION "0.2.2" \ No newline at end of file