Update of /cvsroot/objecthandler/log4cxx-0.9.7
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1108
Modified Files:
log4cxx.nsi
Log Message:
preparing for release
Index: log4cxx.nsi
===================================================================
RCS file: /cvsroot/objecthandler/log4cxx-0.9.7/log4cxx.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** log4cxx.nsi 30 May 2006 11:16:51 -0000 1.2
--- log4cxx.nsi 10 Aug 2006 01:03:34 -0000 1.3
***************
*** 4,8 ****
SetCompressor lzma
! !define VER_NUMBER "0.9.7"
!define /date NOW "%Y%m%d-%H_%M"
--- 4,8 ----
SetCompressor lzma
! !define VER_NUMBER "0.9.7a"
!define /date NOW "%Y%m%d-%H_%M"
***************
*** 11,15 ****
Caption "log4cxx - Setup"
#do not change the name below
! OutFile "..\log4cxx-oh-${VER_NUMBER}-${NOW}.exe"
SilentInstall normal
--- 11,17 ----
Caption "log4cxx - Setup"
#do not change the name below
! # exclude timestamp from filename for public release
! #OutFile "..\log4cxx-oh-${VER_NUMBER}-${NOW}.exe"
! OutFile "..\log4cxx-${VER_NUMBER}.exe"
SilentInstall normal
|