diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-08 17:33:35 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-08 17:33:35 +0100 |
commit | 77db82e252b77ac56c3783366984de6ab46da2ad (patch) | |
tree | 415e4367b2996cb8ef378a0d04664d43d2af0420 /configure.in | |
parent | 3d0cc56810776aa062c8aa1b972aff5e167b8bf0 (diff) | |
download | mate-common-77db82e252b77ac56c3783366984de6ab46da2ad.tar.bz2 mate-common-77db82e252b77ac56c3783366984de6ab46da2ad.tar.xz |
switch version to new schema (1.1.0)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1a66eac..89c634d 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [2011.12.01], [https://github.com/perberos/mate-desktop-environment]) +AC_INIT([mate-common], [1.1.0], [https://github.com/perberos/mate-desktop-environment]) AC_CONFIG_SRCDIR([macros2/mate-autogen.sh]) |