summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-11-10 09:48:11 +0100
committerFabian Affolter <fabian@affolter-engineering.ch>2014-11-10 09:48:11 +0100
commitb7ca15c2e3423475f578ddf5fbe51baaaf3e4d71 (patch)
treefdaa4b1504606a1d99e41e675f8dadf10a5bb388
parentd8f6cc7ee599cd6a5db2f3e81f6345b01e28e82f (diff)
downloadalpine-chroot-b7ca15c2e3423475f578ddf5fbe51baaaf3e4d71.tar.bz2
alpine-chroot-b7ca15c2e3423475f578ddf5fbe51baaaf3e4d71.tar.xz
update
-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
-
-