[linux-user-chroot] Release 2012.1



commit 92457a2b2c29bba0ee272b7f86704ca10f44fd55
Author: Colin Walters <walters verbum org>
Date:   Tue Apr 24 09:05:52 2012 -0400

    Release 2012.1

 Makefile.am  |    3 +++
 NEWS         |    6 ++++++
 configure.ac |    2 +-
 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]