summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-04-24 09:05:52 -0400
committerColin Walters <walters@verbum.org>2012-04-24 09:06:25 -0400
commit92457a2b2c29bba0ee272b7f86704ca10f44fd55 (patch)
tree23ed0cd77feb6b9a0e76f3201715e85afb991290
parent8312b26c3733a04583084ee3bae9148db84c8b00 (diff)
downloadlinux-user-chroot-92457a2b2c29bba0ee272b7f86704ca10f44fd55.tar.gz
Release 2012.1v2012.1
-rw-r--r--Makefile.am3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 741cdd0..e5279b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,3 +17,6 @@
include Makefile-stub.am
include Makefile-user-chroot.am
+
+release-tag:
+ git tag -m "Release $(VERSION)" v$(VERSION)
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..7e5921f
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,6 @@
+2012.1
+------
+
+This is the first release with a new version numbering scheme of
+<YEAR.SERIAL>. No important code changes, but we now include a
+contributed manual page from Lars Wirzenius.
diff --git a/configure.ac b/configure.ac
index d2c6ded..ca3d860 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([linux-user-chroot], [3], [walters@verbum.org])
+AC_INIT([linux-user-chroot], [2012.1], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])