diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-29 10:04:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-29 10:04:32 +0000 |
commit | d0548b5d631f44cad9bbce5ac521717c87cef3ad (patch) | |
tree | 928027ed38136c512473939eaee36f64fab901e6 /plugins/Weather/src/version.h | |
parent | 8aad639169f7d36ba395737592cfc4d0295ce5f7 (diff) |
- by default Weather goes virtual;
- version bump;
git-svn-id: http://svn.miranda-ng.org/main/trunk@2555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/version.h')
-rw-r--r-- | plugins/Weather/src/version.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h index 58a8f34a3c..c528909dd7 100644 --- a/plugins/Weather/src/version.h +++ b/plugins/Weather/src/version.h @@ -1,6 +1,3 @@ -#define __FILEVERSION_STRING 0,3,9,1
-#define __VERSION_STRING "0.3.9.1"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 3, 9, 1)
-
-#define BETA FALSE
-#define AUTH "NoName, borkra"
+#define __FILEVERSION_STRING 0,4,0,1
+#define __VERSION_STRING "0.4.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 4, 0, 1)
|