summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-01-15 13:33:36 +0100
committerStefano Karapetsas <[email protected]>2012-01-15 13:33:36 +0100
commit7ab49d88c8b9712369aefcb5e3a1c39fd6434993 (patch)
tree1667aa163535fdaed3c899e0779e6a79c5d7f283
parentd877420b26b2eff2d16306e5befd21fa093fa232 (diff)
downloadmate-session-manager-7ab49d88c8b9712369aefcb5e3a1c39fd6434993.tar.bz2
mate-session-manager-7ab49d88c8b9712369aefcb5e3a1c39fd6434993.tar.xz
update for 1.1.1 release
-rw-r--r--AUTHORS4
-rw-r--r--configure.ac2
-rw-r--r--distro/archlinux/PKGBUILD2
-rwxr-xr-xdistro/ubuntu/build2
4 files changed, 6 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 526c695..c0e2c09 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,8 +2,10 @@ mate authors
------------
Perberos <[email protected]>
+Steve Zesch <[email protected]>
+Stefano Karapetsas <[email protected]>
-new code base authors
+gnome-session new code base authors
---------------------
Dan Winship <[email protected]>
diff --git a/configure.ac b/configure.ac
index d472717..b06d320 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-session], [1.1.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-session], [1.1.1], [http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR([mate-session])
AC_CONFIG_HEADERS([config.h])
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
index 1ec372b..120d7f9 100644
--- a/distro/archlinux/PKGBUILD
+++ b/distro/archlinux/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mate-session-manager
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="The MATE Session Handler"
arch=(i686 x86_64)
diff --git a/distro/ubuntu/build b/distro/ubuntu/build
index 6be251a..f5b2e9f 100755
--- a/distro/ubuntu/build
+++ b/distro/ubuntu/build
@@ -2,7 +2,7 @@
# fill it
pkgname=mate-session-manager
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="The MATE Session Handler"
depends=('upower' 'gtk2' 'mate-conf' 'hicolor-icon-theme' 'libxtst6' 'mate-polkit')