From: <pie...@us...> - 2008-02-12 20:22:00
|
Revision: 132 http://adchpp.svn.sourceforge.net/adchpp/?rev=132&view=rev Author: pietricica Date: 2008-02-12 12:21:54 -0800 (Tue, 12 Feb 2008) Log Message: ----------- updated nsi, version, and changelog Modified Paths: -------------- adchpp/trunk/ADCHPP.nsi adchpp/trunk/adchpp/version.cpp adchpp/trunk/changelog.txt Modified: adchpp/trunk/ADCHPP.nsi =================================================================== --- adchpp/trunk/ADCHPP.nsi 2008-02-11 19:20:52 UTC (rev 131) +++ adchpp/trunk/ADCHPP.nsi 2008-02-12 20:21:54 UTC (rev 132) @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "ADCH++" -!define PRODUCT_VERSION "2.1" +!define PRODUCT_VERSION "2.2" !define PRODUCT_PUBLISHER "Jacek Sieka" !define PRODUCT_WEB_SITE "http://adchpp.sourceforge.net" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\adchppd.exe" @@ -56,9 +56,8 @@ File "adchppd.exe" File "adchpp.dll" File "_pyadchpp.dll" - File "aintl.dll" - File "alua.dll" File "Bloom.dll" + File "alua.dll" File "changelog.txt" File "License.txt" File "luadchpp.dll" @@ -137,7 +136,6 @@ Delete "$INSTDIR\changelog.txt" Delete "$INSTDIR\Bloom.dll" Delete "$INSTDIR\alua.dll" - Delete "$INSTDIR\aintl.dll" Delete "$INSTDIR\_pyadchpp.dll" Delete "$INSTDIR\adchpp.dll" Delete "$INSTDIR\adchppd.exe" Modified: adchpp/trunk/adchpp/version.cpp =================================================================== --- adchpp/trunk/adchpp/version.cpp 2008-02-11 19:20:52 UTC (rev 131) +++ adchpp/trunk/adchpp/version.cpp 2008-02-12 20:21:54 UTC (rev 132) @@ -9,8 +9,8 @@ #define strver(s) #s #define APPNAME "ADCH++" -#define VERSIONSTRING "2.1.0 (r" xstrver(ADCHPP_REVISION) ")" -#define VERSIONFLOAT 2.1 +#define VERSIONSTRING "2.2.0 (r" xstrver(ADCHPP_REVISION) ")" +#define VERSIONFLOAT 2.2 #ifndef NDEBUG #define BUILDSTRING "Debug" Modified: adchpp/trunk/changelog.txt =================================================================== --- adchpp/trunk/changelog.txt 2008-02-11 19:20:52 UTC (rev 131) +++ adchpp/trunk/changelog.txt 2008-02-12 20:21:54 UTC (rev 132) @@ -1,4 +1,4 @@ --- -- +-- 2.2 2008-02-12 -- * access.lua: fixed message type for MSG * Some minor socket fixes * Initial Bloom filter implementation This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |