diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-29 07:16:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-29 07:16:26 +0000 |
commit | 6df974bc3fa6657b37fb039fc77458463629326a (patch) | |
tree | 775248cdefcaea5524fff561482ddb5650ec2029 /plugins/Import/src/version.h | |
parent | ec16dc405006d89937a3e07a5ea47bad8191684b (diff) |
- compiilation fix;
- code cleaning;
- version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/version.h')
-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 c43585a7b0..40b25e3d84 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 4
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|