From 4a303a4b9001573a80eaf1aebc4e725815d1080d Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Fri, 20 Feb 2015 19:41:13 +0200 Subject: [PATCH] Version 1.5 --- anyelf.h | 2 +- anyelf.vcxproj | 14 ++++++-------- make_package.bat | 2 +- pluginst.inf | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/anyelf.h b/anyelf.h index c55e21b..bf75fa8 100644 --- a/anyelf.h +++ b/anyelf.h @@ -2,7 +2,7 @@ #define _ANYELF__H #define ANYELF_VERSION_HI 1 -#define ANYELF_VERSION_LOW 1 +#define ANYELF_VERSION_LOW 5 #include diff --git a/anyelf.vcxproj b/anyelf.vcxproj index 900ba65..deb382e 100644 --- a/anyelf.vcxproj +++ b/anyelf.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -18,34 +18,32 @@ x64 - - $(VCTargetsPath11) - + {66170CB7-EFCE-4C0E-A2A4-A8AD8B823AAA} DynamicLibrary - v110 + v120 false MultiByte DynamicLibrary - v110 + v120 false MultiByte DynamicLibrary - v110 + v120 false MultiByte DynamicLibrary - v110 + v120 false MultiByte diff --git a/make_package.bat b/make_package.bat index 35542b5..72fb888 100644 --- a/make_package.bat +++ b/make_package.bat @@ -1,3 +1,3 @@ msbuild anyelf.vcxproj /t:Rebuild /p:project="anyelf" /p:platform="Win32" /p:configuration="Release" msbuild anyelf.vcxproj /t:Rebuild /p:project="anyelf" /p:platform="x64" /p:configuration="Release" -cscript zip.vbs wlx_anyelf_1.3.zip Release\anyelf.wlx x64\Release\anyelf.wlx64 pluginst.inf +cscript zip.vbs wlx_anyelf_1.5.zip Release\anyelf.wlx x64\Release\anyelf.wlx64 pluginst.inf diff --git a/pluginst.inf b/pluginst.inf index f979d46..45423d0 100644 --- a/pluginst.inf +++ b/pluginst.inf @@ -1,5 +1,5 @@ [plugininstall] -description= ELF file viewer. Version 1.3 +description= AnyELF - ELF file viewer. Version 1.5 type=wlx file=anyelf.wlx defaultdir=plugins\wlx\anyelf