diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-17 21:23:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-17 21:23:41 +0000 |
commit | 871542c371272de467765e829d8400dc56b19db0 (patch) | |
tree | 0531ec9c6a56ece738a97a5b73460c7dd64a67b1 | |
parent | 68b243ce500d8bcd1c1fc3d84ab89960f2e75f2e (diff) |
version bump for the working variant
git-svn-id: http://svn.miranda-ng.org/main/trunk@11497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Import/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/version.h b/plugins/Import/src/version.h index d2ab9dffe9..ef02658ff6 100644 --- a/plugins/Import/src/version.h +++ b/plugins/Import/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 3
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|