summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2011-12-10 20:47:06 +0100
committerStefano Karapetsas <[email protected]>2011-12-10 20:47:06 +0100
commit7cda9aec7fc057788d480177011260e964b2b374 (patch)
tree6b0a297da39726f069a1b4a94ed00302e5ff3d9b
parent363e46d68814c7b20b7f7ac5d17b59e4a644e9e5 (diff)
downloadmate-session-manager-7cda9aec7fc057788d480177011260e964b2b374.tar.bz2
mate-session-manager-7cda9aec7fc057788d480177011260e964b2b374.tar.xz
updated version to 1.1.0
-rw-r--r--AUTHORS5
-rw-r--r--configure.ac2
-rw-r--r--distro/archlinux/PKGBUILD2
-rwxr-xr-xdistro/ubuntu/build2
4 files changed, 8 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 509accf..526c695 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,8 @@
+mate authors
+------------
+
+Perberos <[email protected]>
+
new code base authors
---------------------
diff --git a/configure.ac b/configure.ac
index 8b2a213..144e0ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-session], [2011.12.01], [https://github.com/perberos/mate-desktop-environment])
+AC_INIT([mate-session], [1.1.0], [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 1afc824..1ec372b 100644
--- a/distro/archlinux/PKGBUILD
+++ b/distro/archlinux/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mate-session-manager
-pkgver=2011.12.01
+pkgver=1.1.0
pkgrel=1
pkgdesc="The MATE Session Handler"
arch=(i686 x86_64)
diff --git a/distro/ubuntu/build b/distro/ubuntu/build
index 1c7ef96..6be251a 100755
--- a/distro/ubuntu/build
+++ b/distro/ubuntu/build
@@ -2,7 +2,7 @@
# fill it
pkgname=mate-session-manager
-pkgver=2011.12.01
+pkgver=1.1.0
pkgrel=1
pkgdesc="The MATE Session Handler"
depends=('upower' 'gtk2' 'mate-conf' 'hicolor-icon-theme' 'libxtst6' 'mate-polkit')