diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-12 13:55:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-12 13:55:58 +0000 |
commit | 0516812f7ae347ddc83354db3dc64626999ae679 (patch) | |
tree | 320ffa458d3d6cc7909350a4d7a80b47f582bf06 /plugins/CountryFlags/src/version.h | |
parent | fcd4450462a660eb904c0fc07ff82665dd35b076 (diff) |
- no more "unknown" flags in the extra column;
- options extracted to the separate file;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CountryFlags/src/version.h')
-rw-r--r-- | plugins/CountryFlags/src/version.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/CountryFlags/src/version.h b/plugins/CountryFlags/src/version.h index 722fb5abbc..bcd4881d52 100644 --- a/plugins/CountryFlags/src/version.h +++ b/plugins/CountryFlags/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 4
-#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "Country flags"
-#define __FILENAME "Flags.dll"
-#define __DESCRIPTION "Service offering misc country utilities as flag icons and a IP-to-Country database."
-#define __AUTHOR "H. Herkenrath"
-#define __AUTHOREMAIL "hrathh@users.sourceforge.net"
-#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2006-2007 H. Herkenrath"
+#define __PLUGIN_NAME "Country flags"
+#define __FILENAME "Flags.dll"
+#define __DESCRIPTION "Service offering misc country utilities as flag icons and a IP-to-Country database."
+#define __AUTHOR "H. Herkenrath"
+#define __AUTHOREMAIL "hrathh@users.sourceforge.net"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2006-2007 H. Herkenrath"
|