Author: sayer Date: 2009-01-21 13:15:24 +0100 (Wed, 21 Jan 2009) New Revision: 1244
Modified: branches/1.1/Makefile.defs Log: set proper version for this branch Modified: branches/1.1/Makefile.defs =================================================================== --- branches/1.1/Makefile.defs 2009-01-21 12:14:11 UTC (rev 1243) +++ branches/1.1/Makefile.defs 2009-01-21 12:15:24 UTC (rev 1244) @@ -9,7 +9,7 @@ VERSION = 1 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION ?= 1 +EXTRAVERSION ?= -dev-$(SVN_REV) REL_VERSION=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL) RELEASE=$(REL_VERSION)$(EXTRAVERSION) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
