about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-18 21:52:53 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-18 21:52:53 +0000
commit8405eb8c49196b626dfdc747be4a3b91d530074a (patch)
tree7f2ac0977bb67e529803a7f10e95596e6c237e83
parent5e619c5953f2a1fb688412dbe06944309366293f (diff)
downloadyahns-8405eb8c49196b626dfdc747be4a3b91d530074a.tar.gz
Installing prrerelease versions are strange on RubyGems.
Anyways, new project, no risk of breakage, so maybe this
works better...
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 04b4885..458b1c2 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.0.0TP1"
+DEF_VER = "v0.0.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),