about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-01-02 01:23:51 +0000
committerEric Wong <e@80x24.org>2014-01-02 01:23:51 +0000
commit2aef55bcad4080105fe713a0edc8ceca839755ce (patch)
treef691b29666d102f7917ba05396dea5228a2a0c07 /GIT-VERSION-GEN
parentf4acfcc66757ddda1690ff598ee17e7b3f5f8d46 (diff)
downloadyahns-2aef55bcad4080105fe713a0edc8ceca839755ce.tar.gz
Mostly fixes for the extras/* stuff running on yahns.YHBT.net and
documentation/packaging fixes.  Anyways, this is hosting the
yahns website for a while now (running rack.git) without any
major issues.

Also, the mailing list will need to move/change because Rubyforge is
going away.  Everything I said for the unicorn ML applies to this list,
too: http://mid.gmane.org/20131217015614.GB1125@dcvr.yhbt.net
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e71be60..0c8b8b3 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.3"
+DEF_VER = "v1.0.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),