[ostree] Release 2012.0



commit 047602c56fbbba82b8c3e755d85766538e8748a9
Author: Colin Walters <walters verbum org>
Date:   Sat Mar 31 12:34:11 2012 -0400

    Release 2012.0
    
    This marks a new versioning scheme.

 Makefile.am  |    2 ++
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c300c89..48951ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,3 +80,5 @@ doc/%.1: doc/%.xml
 endif
 
 
+release-tag:
+	git tag -m "Release $(VERSION)" v$(VERSION)
diff --git a/configure.ac b/configure.ac
index 2818907..71849f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([ostree], [0], [walters verbum org])
+AC_INIT([ostree], [2012.0], [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]