diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-23 13:21:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-23 14:01:20 +0300 |
commit | fac695ebc9a46de1c565e7afacec80d329e8be0b (patch) | |
tree | 0ea01696f979e95fecd673f0fe70da5ebe413fec /plugins/TrafficCounter/src/version.h | |
parent | 09e90f29d43694f401d80d8d86140eb96c21558a (diff) |
TrafficCounter: merge with master
Diffstat (limited to 'plugins/TrafficCounter/src/version.h')
-rw-r--r-- | plugins/TrafficCounter/src/version.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/TrafficCounter/src/version.h b/plugins/TrafficCounter/src/version.h index 6acb2ae8ac..f465ad5020 100644 --- a/plugins/TrafficCounter/src/version.h +++ b/plugins/TrafficCounter/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
#define __RELEASE_NUM 1
-#define __BUILD_NUM 8
+#define __BUILD_NUM 9
#include <stdver.h>
#define __PLUGIN_NAME "Traffic counter"
#define __FILENAME "TrafficCounter.dll"
-#define __DESCRIPTION "Adding traffic and time counters."
-#define __AUTHOR "Ghost, Mironych"
-#define __AUTHORWEB "https://miranda-ng.org/p/TrafficCounter/"
-#define __COPYRIGHT "© 2002-2006 Ghost, 2007-2012 Mironych"
+#define __DESCRIPTION "Adding traffic and time counters."
+#define __AUTHOR "Ghost, Mironych"
+#define __AUTHORWEB "https://miranda-ng.org/p/TrafficCounter/"
+#define __COPYRIGHT "© 2002-2006 Ghost, 2007-2012 Mironych"
|