diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-29 21:48:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-29 21:48:47 +0100 |
commit | cdabbca548fbe1d695b698c9b419a21188247553 (patch) | |
tree | fee543f1db049bc1769bcdef2c9ccde50a5734d2 | |
parent | 95478d54ab1c61549f76639203c969c6be9dfd99 (diff) | |
download | mate-panel-cdabbca548fbe1d695b698c9b419a21188247553.tar.bz2 mate-panel-cdabbca548fbe1d695b698c9b419a21188247553.tar.xz |
fix for 1.2 release
-rw-r--r-- | MAINTAINERS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 1 insertions, 19 deletions
diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 5a559baf..00000000 --- a/MAINTAINERS +++ /dev/null @@ -1,18 +0,0 @@ -Currently active maintainers ----------------------------- - -Vincent Untz -E-mail: [email protected] -Userid: vuntz - -Non-active maintainers, who have a good understanding of the code ------------------------------------------------------------------ - -#Mark McLoughlin -#E-mail: [email protected] - -#Arvind Samptur -#E-mail: [email protected] - -#George Lebl -#E-mail: [email protected] diff --git a/configure.ac b/configure.ac index 562f8d17..d6f408c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.1.1], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.2.0], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability]) |