From 63a642ef530e6421f2bc3648833611f2048f7638 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 5 Jun 2016 14:01:31 +0200 Subject: [PATCH] bump version to 0.2 --- LICENSE | 19 +++++++++++++++---- configure | 4 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 2494fc0..8dc155d 100644 --- 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 index 2039151..cc23132 100755 --- 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 <>$CONFIG_MK PREFIX ?= ${PREFIX:="/usr"} -- 2.39.2