diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-10 00:59:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-10 00:59:33 +0100 |
commit | e951046b20b3fda11c4a1c9301ebf8c69afe0177 (patch) | |
tree | 8f03dd34b0e8242e892a2c457b1a8984b334fa16 | |
parent | bcc0f49f596385b3f5eb30c44be9bfdb0acf23b3 (diff) | |
download | mate-backgrounds-1.1.0.tar.bz2 mate-backgrounds-1.1.0.tar.xz |
updated to version 1.1.0mate-backgrounds-1.1.0
-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" |