Code

Release SysDB 0.6.0. sysdb-0.6.0
authorSebastian Harl <sh@tokkee.org>
Mon, 17 Nov 2014 20:01:12 +0000 (21:01 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 17 Nov 2014 20:03:44 +0000 (21:03 +0100)
ReleaseNotes
version-gen.sh

index 7ed469368801d3ae884fa77357fb4adc453f3fcd..f9677e3939fc3c1c5b34d2df2fb33d921537fe54 100644 (file)
@@ -27,8 +27,8 @@
 
   <https://sysdb.io/>
 
 
   <https://sysdb.io/>
 
-Version 0.6.0, Release Date: tba
---------------------------------
+Version 0.6.0, Release Date: 2014-11-17
+---------------------------------------
 
   This release focuses on a clearer query language. The underlying
   architecture has been refactored to allow for more powerful and generic
 
   This release focuses on a clearer query language. The underlying
   architecture has been refactored to allow for more powerful and generic
index 5a1ac01bba8b05221c007e811372ba19d6d8c02a..ee1d7400985ad9dd942329d37d84a09b56dd29ad 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 #! /bin/sh
 
-DEFAULT_VERSION="0.5.0.git"
+DEFAULT_VERSION="0.6.0"
 
 VERSION="$( git describe --tags 2> /dev/null \
        | sed -e 's/sysdb-//' || true )"
 
 VERSION="$( git describe --tags 2> /dev/null \
        | sed -e 's/sysdb-//' || true )"