[grisbi-cvs] grisbi windows_installer.nsi,1.6,1.7

Gunee guneemwelloeux at users.sourceforge.net
Tue Jun 15 16:22:35 CEST 2010


Update of /cvsroot/grisbi/grisbi
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28943

Modified Files:
	windows_installer.nsi 
Log Message:
lock test

Index: windows_installer.nsi
===================================================================
RCS file: /cvsroot/grisbi/grisbi/windows_installer.nsi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- windows_installer.nsi	15 Jun 2010 14:09:13 -0000	1.6
+++ windows_installer.nsi	15 Jun 2010 14:22:33 -0000	1.7
@@ -21,8 +21,8 @@
 !define MAJOR "0"        ;Major version number
 !define MINOR "6"        ;Minor version number
 !define PATCH "0"        ;Patch version number
-!define STAGE "release2"     ;Developement stage id (RC, beta, alpha)
-!define SMALL_STAGE "rel2" ;Small dev stage id without spaces
+!define STAGE "release"     ;Developement stage id (RC, beta, alpha)
+!define SMALL_STAGE "rel" ;Small dev stage id without spaces
 !define EXE_PATH "win32-msvc\target\Win32\Release" ;Path to the exe file you want to pack
 !define PLUGINS_DEV_PATH "win32-msvc\target\Win32\plugins-dev" ;Path to the plugins-dev generated by prepare.cmd
 !define GTK_DEV_PATH "win32-msvc\target\Win32\gtk-dev" ;Path to the gtk-dev generated by prepare.cmd



More information about the cvs mailing list