diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-23 13:21:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-23 13:21:08 +0300 |
commit | 27b6fd54990d07079501748d9c75cf21e7c1afee (patch) | |
tree | 16dc8d87d24d6de7721753cacc0fa4edcc123d53 /plugins/TrafficCounter/src/version.h | |
parent | 25f7119b34d6e4aaf98fe50938ca46644586f2a0 (diff) |
TrafficCounter:
- fixes #1376 (Traffic counter: crash with empty statistic);
- massive code cleaning;
- version bump
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"
|