diff options
Diffstat (limited to 'plugins/BuddyExpectator/src/version.h')
-rw-r--r-- | plugins/BuddyExpectator/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/BuddyExpectator/src/version.h b/plugins/BuddyExpectator/src/version.h index b273356d67..32b6c452aa 100644 --- a/plugins/BuddyExpectator/src/version.h +++ b/plugins/BuddyExpectator/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 2 -#define __BUILD_NUM 3 - -#include <stdver.h> - -#define __PLUGIN_NAME "Buddy expectator" -#define __FILENAME "BuddyExpectator.dll" -#define __DESCRIPTION "Reacts to the return of contacts, or to the extended absence of contacts, with notifications and other actions." -#define __AUTHOR "Anar Ibragimoff, sje, Thief" -#define __AUTHORWEB "https://miranda-ng.org/p/BuddyExpectator/" -#define __COPYRIGHT "© 2005 Anar Ibragimoff, 2006 Scott Ellis, 2007-2009 Alexander Turyak" +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 3
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Buddy expectator"
+#define __FILENAME "BuddyExpectator.dll"
+#define __DESCRIPTION "Reacts to the return of contacts, or to the extended absence of contacts, with notifications and other actions."
+#define __AUTHOR "Anar Ibragimoff, sje, Thief"
+#define __AUTHORWEB "https://miranda-ng.org/p/BuddyExpectator"
+#define __COPYRIGHT "© 2005 Anar Ibragimoff, 2006 Scott Ellis, 2007-2009 Alexander Turyak"
|