[Lunar-commits] r15101 - lunar-tools/trunk

Auke Kok sofar at lunar-linux.org
Fri May 27 09:25:02 UTC 2005


Author: sofar
Date: 2005-05-27 09:25:01 +0000 (Fri, 27 May 2005)
New Revision: 15101

Modified:
   lunar-tools/trunk/Makefile
Log:
Bumping the version for the new version. Also now we release this by doing a 'make release' from within the tags/module-version directory so the Makefile target needs an adjustment.


Modified: lunar-tools/trunk/Makefile
===================================================================
--- lunar-tools/trunk/Makefile	2005-05-27 08:47:29 UTC (rev 15100)
+++ lunar-tools/trunk/Makefile	2005-05-27 09:25:01 UTC (rev 15101)
@@ -5,7 +5,7 @@
 # versioning scheme: since this is mostly a linear process if incremental
 # but we do not update that often we use year.number as version number
 # i.e. 2004.9 2004.10 2004.11 ...
-VERSION = 2005.2
+VERSION = 2005.3
 
 PROGRAMS = lids/lids luser/luser lnet/lnet lservices/lservices lmodules/lmodules clad/clad
 DOCS = README COPYING ChangeLog
@@ -51,4 +51,4 @@
 	svnlog > ChangeLog
 
 release:
-	tar cjvf /tmp/lunar-tools-${VERSION}.tar.bz2 --exclude="*/.svn*" -C .. lunar-tools/ ; \
+	tar cjvf /tmp/lunar-tools-${VERSION}.tar.bz2 --exclude="*/.svn*" -C .. lunar-tools-${VERSION}/ ; \



More information about the Lunar-commits mailing list