update version for development
authorJF Ding <jian-feng.ding@intel.com>
Wed, 18 Apr 2012 14:55:16 +0000 (22:55 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Wed, 16 May 2012 09:49:13 +0000 (17:49 +0800)
Makefile
VERSION
packaging/kickstarter.spec

index b81ccb1..237e327 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,12 +36,12 @@ tag:
        git tag $(VERSION)
 
 dist-bz2:
-       git archive --format=tar --prefix=$(NAME)-$(VERSION)/ $(TAG) | \
-               bzip2  > $(NAME)-$(VERSION).tar.bz2
+       git archive --format=tar --prefix=$(NAME)-$(TAGVER)/ $(TAG) | \
+               bzip2  > $(NAME)-$(TAGVER).tar.bz2
 
 dist-gz:
-       git archive --format=tar --prefix=$(NAME)-$(VERSION)/ $(TAG) | \
-               gzip  > $(NAME)-$(VERSION).tar.gz
+       git archive --format=tar --prefix=$(NAME)-$(TAGVER)/ $(TAG) | \
+               gzip  > $(NAME)-$(TAGVER).tar.gz
 
 dist: dist-bz2
 
diff --git a/VERSION b/VERSION
index 948a547..50c33df 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.14
+0.15git
index 620e6e7..fc24889 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Create kickstart files for meego images
 Name:          kickstarter
-Version:       0.14
+Version:       0.15
 Release:       1
 License:       GPLv2
 Group:         System/Base