summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS17
-rw-r--r--configure.in2
-rw-r--r--distro/archlinux/PKGBUILD2
-rwxr-xr-xdistro/ubuntu/build2
4 files changed, 15 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 65ae3e0d..2992011a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,18 +1,25 @@
-Caja 2.22 version by:
+Caja 1.1 by
+
+Perberos <[email protected]>
+Steve Zesch <[email protected]>
+Stefano Karapetsas <[email protected]>
+
+Nautilus 2.22 version by:
+
Martin Wehner <[email protected]>
Alex Larsson <[email protected]
Christian Neumair <[email protected]>
Cosimo Cecchi <[email protected]>
David Zeuthen <[email protected]>
-Caja 2.4 version by:
+Nautilus 2.4 version by:
Alex Larsson <[email protected]>
Dave Camp <[email protected]>
Soren Sandmann <[email protected]>
Jürg Billeter <[email protected]>
-Caja 2.2 version by:
+Nautilus 2.2 version by:
Alex Larsson <[email protected]>
Dave Camp <[email protected]>
@@ -20,7 +27,7 @@ James Willcox <[email protected]>
Jan Arne Petersen <[email protected]>
Mark McLoughlin <[email protected]>
-Mate 2 conversion by:
+Nautilus 2 conversion by:
Darin Adler <[email protected]>
Anders Carlsson <[email protected]>
@@ -29,7 +36,7 @@ Alex Larsson <[email protected]>
Jacob Berkman <[email protected]>
*** need to decide who else to add here ***
-Original version by the Caja 1.0 team:
+Original version by the Nautilus 1.0 team:
Ali Abdin <[email protected]>
Andy Hertzfeld <[email protected]>
diff --git a/configure.in b/configure.in
index 6b80b3e6..6341a335 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 3)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.1.0], [https://github.com/perberos/mate-desktop-environment])
+AC_INIT([caja], [1.1.1], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------
dnl GTK library version
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
index 375f2252..be59fe72 100644
--- a/distro/archlinux/PKGBUILD
+++ b/distro/archlinux/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mate-file-manager
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="The MATE shell and file manager"
arch=('i686' 'x86_64')
diff --git a/distro/ubuntu/build b/distro/ubuntu/build
index 4e31f4ec..3b70c5f4 100755
--- a/distro/ubuntu/build
+++ b/distro/ubuntu/build
@@ -2,7 +2,7 @@
# fill it
pkgname=mate-file-manager
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="The MATE shell and file manager"
depends=('libexif12' 'libexempi3' 'mate-icon-theme' 'shared-mime-info' 'desktop-file-utils' 'gvfs' 'libunique-1.0-0' 'mate-desktop' 'libgail18')