diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-19 20:48:11 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-19 20:48:11 +0000 |
commit | 4152134cef93fda62300220288f545feabb08f83 (patch) | |
tree | bcae09de75ec8f074c18cda8ec8320be8b7b032a /plugins/PluginUpdater | |
parent | 189a2352cdb8e4571f2e435493c63ce2f988f503 (diff) |
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Version.h b/plugins/PluginUpdater/src/Version.h index 5ef25f82ec..fb31445c00 100644 --- a/plugins/PluginUpdater/src/Version.h +++ b/plugins/PluginUpdater/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|