diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 86431a64..4c8724b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [2011.11.24], [https://github.com/perberos/mate-desktop-environment]) +AC_INIT([mate-panel], [2011.12.01], [https://github.com/perberos/mate-desktop-environment]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index a1d51106..14747a3f 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-panel -pkgver=2011.11.16 +pkgver=2011.12.01 pkgrel=1 pkgdesc="The MATE Panel" arch=('i686' 'x86_64') |