diff options
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 397c8a4..90268e8 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT([mate-backgrounds], - [2011.12.01], - [https://github.com/perberos/mate-desktop-environment]) + [1.1.0], + [http://www.mate-desktop.org]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE([1.9]) diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index 55d583c..440cce7 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mate-backgrounds -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Background images and data for MATE" arch=('any') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index cdc1f98..996bfc4 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-backgrounds -pkgver=2011.12.01 +pkgver=1.1.0 pkgrel=1 pkgdesc="Background images and data for MATE" |