[grisbi-cvs] grisbi Makefile.am, 1.18, 1.19 windows_installer.nsi, 1.2, 1.3

Pierre Biava pbiava at users.sourceforge.net
Sat Dec 19 18:32:12 CET 2009


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

Modified Files:
	Makefile.am windows_installer.nsi 
Log Message:
preparation version 0.6.0rc1

Index: Makefile.am
===================================================================
RCS file: /cvsroot/grisbi/grisbi/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am	21 Sep 2009 20:25:48 -0000	1.18
+++ Makefile.am	19 Dec 2009 17:32:10 -0000	1.19
@@ -7,5 +7,6 @@
     grisbi.spec \
     win32 \
     win32-msvc\
+    windows_installer.nsi\
     $(man_MANS)
 

Index: windows_installer.nsi
===================================================================
RCS file: /cvsroot/grisbi/grisbi/windows_installer.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- windows_installer.nsi	14 Nov 2009 14:41:40 -0000	1.2
+++ windows_installer.nsi	19 Dec 2009 17:32:10 -0000	1.3
@@ -21,8 +21,8 @@
 !define MAJOR "0"        ;Major version number
 !define MINOR "6"        ;Minor version number
 !define PATCH "0"        ;Patch version number
-!define STAGE "Beta 3"   ;Developement stage id (RC, beta, alpha)
-!define SMALL_STAGE "b3" ;Small dev stage id without spaces
+!define STAGE "RC 1"     ;Developement stage id (RC, beta, alpha)
+!define SMALL_STAGE "rc1" ;Small dev stage id without spaces
 !define EXE_PATH "win32-msvc\target\Release" ;Path to the exe file you want to pack
 !define GNUWIN32_PATH "C:\Program Files\GnuWin32\bin" ;Path to the GnuWin32 root (must have libxml and openssl)
 !define GTK_INSTALL_PATH "." ; Path to the GTK installer file to pack
@@ -262,4 +262,4 @@
 
   !insertmacro MUI_UNGETLANGUAGE
   
-FunctionEnd
\ No newline at end of file
+FunctionEnd



More information about the cvs mailing list