summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 09727eb..b81f20d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# alpine-chroot - Setup a Alpine Linux installation in a chroot.
-# Copyright (c) 2011- 2012 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2014 Fabian Affolter <fabian at affolter-engineering.ch>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
NAME = alpine-chroot
FILE = alpine-chroot.sh
VERSION = 0
-RELEASE = 1
+RELEASE = 2
TAG = $(NAME)-$(VERSION).$(RELEASE)
prefix = /usr
@@ -42,5 +42,3 @@ archive: tag
clean:
rm -f *~ *bz2
-
-