diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-11 07:37:05 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-11 07:37:05 +0000 |
commit | 62c8e11a253660294c360787369ecb656e9b67fc (patch) | |
tree | 27edf4320cf1196e28a0e4fe0218accdbdee1c8b /nohtml/version.h | |
parent | 75cf723182f3017a1dfb9c06cb6d1ed177abab68 (diff) |
fix wrong codepage usage
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@361 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'nohtml/version.h')
-rw-r--r-- | nohtml/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nohtml/version.h b/nohtml/version.h index 50b4784..44d117d 100644 --- a/nohtml/version.h +++ b/nohtml/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|