Release 2012.0

This marks a new versioning scheme.
This commit is contained in:
Colin Walters 2012-03-31 12:34:11 -04:00
parent 80bdfd7f42
commit 047602c56f
2 changed files with 3 additions and 1 deletions

View File

@ -80,3 +80,5 @@ doc/%.1: doc/%.xml
endif
release-tag:
git tag -m "Release $(VERSION)" v$(VERSION)

View File

@ -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])