diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:23:21 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 20:23:21 +0000 |
commit | a9777a12d8bd78ed4075a873bd0f59eb4ed3dec9 (patch) | |
tree | 13572163e7419f901b3291b2996de9f0f245cafc /plugins/LangMan/src/version.h | |
parent | 3b3727f0a38e7ab46fe5182ba4c4e70f9bad29d5 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3503 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LangMan/src/version.h')
-rw-r--r-- | plugins/LangMan/src/version.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/plugins/LangMan/src/version.h b/plugins/LangMan/src/version.h index 9988cba835..2796f223f8 100644 --- a/plugins/LangMan/src/version.h +++ b/plugins/LangMan/src/version.h @@ -19,17 +19,9 @@ along with this program (LangMan-License.txt); if not, write to the Free Softwar Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define NEEDED_MIRANDA_VERSION PLUGIN_MAKE_VERSION(0, 6, 0, 0)
-#define NEEDED_MIRANDA_VERSION_STR "0.6"
#define PLUGIN_VERSION PLUGIN_MAKE_VERSION(1, 0, 2, 3)
#define FILE_VERSION 1, 0, 2, 3
-#if defined(_DEBUG)
- #define FILE_VERSION_STR "1.0.2.3 alpha"
- #define USERAGENT_VERSION "1.0.2.3 (alpha)"
-#else
- #define FILE_VERSION_STR "1.0.2.3"
- #define USERAGENT_VERSION "1.0.2.3"
-#endif
+#define FILE_VERSION_STR "1.0.2.3"
+#define USERAGENT_VERSION "1.0.2.3"
- #define PLUGIN_WEBSITE "http://miranda-ng.org/"
|