diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-05 17:42:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-05 17:43:07 +0300 |
commit | 0c20eac9b081cd9c1c81dfbc3e48e069f859edc1 (patch) | |
tree | f3754f8ea5fb40312ae3da88764520e4a33d913f /plugins/AssocMgr/src/version.h | |
parent | 52921a9e13484319df2d4f1153521f3f5e12b932 (diff) |
AssocMsg: fix for launching it via rundll32
Diffstat (limited to 'plugins/AssocMgr/src/version.h')
-rw-r--r-- | plugins/AssocMgr/src/version.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/AssocMgr/src/version.h b/plugins/AssocMgr/src/version.h index b6d649a810..df73ec2cb1 100644 --- a/plugins/AssocMgr/src/version.h +++ b/plugins/AssocMgr/src/version.h @@ -19,17 +19,17 @@ along with this program (AssocMgr-License.txt); if not, write to the Free Softwa Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
-#define __RELEASE_NUM 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 2
+#define __RELEASE_NUM 1
#define __BUILD_NUM 0
#include <stdver.h>
#define __PLUGIN_NAME "File association manager"
#define __FILENAME "AssocMgr.dll"
-#define __DESCRIPTION "Handles file type associations and URLs like aim, gg, mirpu, tlen, wpmsg, xmpp, ymsgr."
-#define __AUTHOR "H. Herkenrath"
+#define __DESCRIPTION "Handles file type associations and URLs like aim, gg, mirpu, tlen, wpmsg, xmpp, ymsgr."
+#define __AUTHOR "H. Herkenrath"
#define __AUTHOREMAIL "hrathh@users.sourceforge.net"
-#define __AUTHORWEB "https://miranda-ng.org/p/AssocMgr/"
-#define __COPYRIGHT "© 2005-2007 H. Herkenrath"
+#define __AUTHORWEB "https://miranda-ng.org/p/AssocMgr/"
+#define __COPYRIGHT "© 2005-2007 H. Herkenrath"
|