diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-07 17:42:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-07 17:42:55 +0000 |
commit | 81c987f5b850447389b2621037a364c3fcb0ba73 (patch) | |
tree | ad5163f5e6bc65fd31e39d530cf975eb9d059bf2 /protocols/IcqOscarJ/src/version.h | |
parent | 44d6a1fff311d6d4784f325ed4ae412eda64c8c6 (diff) |
crash fix on exit
git-svn-id: http://svn.miranda-ng.org/main/trunk@13479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/version.h')
-rw-r--r-- | protocols/IcqOscarJ/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/version.h b/protocols/IcqOscarJ/src/version.h index 6826892c86..45faabfcc8 100644 --- a/protocols/IcqOscarJ/src/version.h +++ b/protocols/IcqOscarJ/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 3
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|