summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')