summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d7d7ec)
raw | patch | inline | side by side (parent: 0d7d7ec)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 17 Nov 2014 20:01:12 +0000 (21:01 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 17 Nov 2014 20:03:44 +0000 (21:03 +0100) |
ReleaseNotes | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ReleaseNotes b/ReleaseNotes
index 7ed469368801d3ae884fa77357fb4adc453f3fcd..f9677e3939fc3c1c5b34d2df2fb33d921537fe54 100644 (file)
--- a/ReleaseNotes
+++ b/ReleaseNotes
<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
diff --git a/version-gen.sh b/version-gen.sh
index 5a1ac01bba8b05221c007e811372ba19d6d8c02a..ee1d7400985ad9dd942329d37d84a09b56dd29ad 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.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 )"