commit 63a642ef530e6421f2bc3648833611f2048f7638
parent 5c50281be4c0624a78844e82d30e608e5d2593da
Author: Duncaen <mail@duncano.de>
Date: Sun, 5 Jun 2016 14:01:31 +0200
bump version to 0.2
Diffstat:
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,8 +1,19 @@
-portions copyright (c) 2015 Nathan Holstein
-portions copyright (c) 2015 Ted Unangst
-portions copyright (c) 2016 Duncan Overbruck
+Copyright (c) 2015 Ted Unangst
+Copyright (c) 2015 Nathan Holstein
+Copyright (c) 2016 Duncan Overbruck
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-To the best of my knowledge, everything is released under the BSD license.
Additional bits copyright of their respective authors, see individual
files for details.
diff --git a/configure b/configure
@@ -55,8 +55,8 @@ done
CONFIG_MK=config.mk
rm -f "$CONFIG_MK"
-: ${VERSION:="$(git describe --dirty --tags --long --always)"}
-# : ${VERSION:="0.1"}
+# : ${VERSION:="$(git describe --dirty --tags --long --always)"}
+: ${VERSION:="0.2"}
cat <<EOF >>$CONFIG_MK
PREFIX ?= ${PREFIX:="/usr"}