about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-04 22:28:17 +0000
committerEric Wong <e@80x24.org>2015-08-04 22:28:17 +0000
commit7d17744c37f7090863a41e890669827918fb9440 (patch)
tree24b09d369e25de66a836a6fa91b77a2df9ec1e2e
parent522ded71a61549d8222105f99e408fd4622aba14 (diff)
downloadkcar-7d17744c37f7090863a41e890669827918fb9440.tar.gz
Minor reductions to bytecode sizes, a packaging cleanup and
but nothing interesting.

shortlog since 0.5.0:
      GIT-VERSION-GEN: fix install for non-tag versions
      parser: shorten condition statement
      add gmane archival config for slrnpull
      kcar/response: remove const optimizations for Ruby < 2.1
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 77fdfb1..01c0418 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 CONSTANT = "Kcar::VERSION"
 RVF = "lib/kcar/version.rb"
-DEF_VER = "v0.5.0"
+DEF_VER = "v0.6.0"
 GVF = "GIT-VERSION-FILE"
 vn = DEF_VER