about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-14 08:08:33 +0000
committerEric Wong <e@80x24.org>2015-01-14 08:18:00 +0000
commit7735303b032773000f90ac119999453aa2465af6 (patch)
treee8af6e2f0304a978f3288773a81a3ea62c91703f
parentcdae95be8c0a7d33cb689fdd611b0477de3e86be (diff)
downloadkcar-7735303b032773000f90ac119999453aa2465af6.tar.gz
An "or later" clause has been added for GPL-2.0 users,
the Ruby 1.8 license is still an option, of course.

There's a new, open-to-all (except HTML senders :P) mailing list at:

	kcar-public@bogomips.org

Existing librelist users will need to resubscribe themselves, as there's
no way for me to do it.  Users who wish to subscribe may send a message
to:

	kcar-public+subscribe@bogomips.org

Similarly, they may unsubscribe via:

	kcar-public+unsubscribe@bogomips.org

HTTP archives are available via:

	http://bogomips.org/kcar-public/

The documentation is updated to reflect this and the website
loads faster thanks to the switch to olddoc.

shortlog:
      Rakefile: kill raa_update task
      license: upgrade from GPLv2-only to GPLv2-or-later
      switch documentation to olddoc
      change mailing list to kcar-public@bogomips.org
      response: fix mispelling of "guarantee"
      README: update support status to Ruby 1.9+
      continue generating VERSION constant
      kcar.rl: remove unused REASON length check
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index dd9ca07..e2057b7 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.4.0"
+DEF_VER = "v0.5.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),