gunnar: server/kolab-webclient Makefile,1.6.4.2,1.6.4.3

cvs at kolab.org cvs at kolab.org
Thu Jun 4 06:40:30 CEST 2009


Author: gunnar

Update of /kolabrepository/server/kolab-webclient
In directory doto:/tmp/cvs-serv24598

Modified Files:
      Tag: suc_branch
	Makefile 
Log Message:
Fix the release number in the Makefile.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/Makefile,v
retrieving revision 1.6.4.2
retrieving revision 1.6.4.3
diff -u -d -r1.6.4.2 -r1.6.4.3
--- Makefile	24 Apr 2009 19:47:37 -0000	1.6.4.2
+++ Makefile	4 Jun 2009 04:40:27 -0000	1.6.4.3
@@ -26,7 +26,7 @@
 VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9._a-z]*\).*/\1/")
 SOURCE_VERSION = $(shell grep "%define[ ]*V_source_version" *.spec | sed -e "s/.*V_source_version\s*\([0-9._a-z-]*\).*/\1/")
 PASSWD_VERSION = $(shell grep "%define[ ]*V_passwd_version" *.spec | sed -e "s/.*V_passwd_version\s*\([0-9._a-z]*\).*/\1/")
-RELEASE = ${YEAR}${MONTH}${DAY}suc01
+RELEASE = ${YEAR}${MONTH}${DAY}suc02
 
 PATCHES = ../patches/horde-webmail/$(VERSION)/horde-webmail-$(VERSION)_kolab_openpkg.patch
 TEMPLATES = $(shell find . -name "*.template")





More information about the commits mailing list