about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-21 04:02:57 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-21 04:02:57 +0000
commitedd2bd2b3baa9cca40dcd8717b338076f09d0807 (patch)
treeb18fe1965a2504318dae1936f3d6b5ccab190342 /GIT-VERSION-GEN
parentb7459a293c1b3efe3f5be4201620af885bb8122e (diff)
downloadclogger-edd2bd2b3baa9cca40dcd8717b338076f09d0807.tar.gz
* $time_iso8601 added for nginx compatibility
* $time_local (without strftime-options) is now locale-independent

There's also a minor usability tweak that allows Symbols to be
specified as the :format argument, so config.ru can be shortened:

before (continues to work with 1.0.0):

	use Clogger, :format => Clogger::Format::Rack_1_0

after:

	use Clogger, :format => :Rack_1_0
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 63c979d..88b943a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.9.0.GIT
+DEF_VER=v1.0.0.GIT
 
 LF='
 '