From ad4e888349c2d220828c93d2d50635ff23a6fc72 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 3 Jul 2012 17:22:40 +0000 Subject: AutoShutdown: plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/version.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'plugins/AutoShutdown/version.h') diff --git a/plugins/AutoShutdown/version.h b/plugins/AutoShutdown/version.h index cba1fe2c93..70dd82fe01 100644 --- a/plugins/AutoShutdown/version.h +++ b/plugins/AutoShutdown/version.h @@ -19,22 +19,6 @@ along with this program (Shutdown-License.txt); if not, write to the Free Softwa Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define NEEDED_MIRANDA_VERSION PLUGIN_MAKE_VERSION(0,7,0,16) -#define NEEDED_MIRANDA_VERSION_STR "0.7 alpha build #16" #define PLUGIN_VERSION PLUGIN_MAKE_VERSION(1,4,0,2) #define FILE_VERSION 1,4,0,2 - -#if defined(_DEBUG) - #define FILE_VERSION_STR "1.4.0.3 alpha" -#else - #define FILE_VERSION_STR "1.4.0.2" -#endif - -#define PLUGIN_EMAIL "hrathh users.sourceforge.net" -#define PLUGIN_EMAIL_ATT_POS 7 /* position of the @-sign in the email adress above */ - -#if defined(_UNICODE) - #define PLUGIN_WEBSITE "http://addons.miranda-im.org/details.php?action=viewfile&id=3056" -#else - #define PLUGIN_WEBSITE "http://addons.miranda-im.org/details.php?action=viewfile&id=1086" -#endif +#define FILE_VERSION_STR "1.4.0.2" -- cgit v1.2.3