diff options
author | Steve Zesch <[email protected]> | 2011-12-02 20:56:30 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2011-12-02 20:56:30 -0500 |
commit | 8790ba833e4648560e02fda46a24d1c21e077ee3 (patch) | |
tree | d1e137aacedf1a6ee658c27289af438607b4486b | |
parent | f6f1f854c9e37b0ed2f6d71856473b3d0e3616e3 (diff) | |
download | pluma-8790ba833e4648560e02fda46a24d1c21e077ee3.tar.bz2 pluma-8790ba833e4648560e02fda46a24d1c21e077ee3.tar.xz |
Changed version to 2011.12.01
-rwxr-xr-x | README | 2 | ||||
-rwxr-xr-x | configure.ac | 4 | ||||
-rw-r--r-- | distro/archlinux/PKGBUILD | 2 | ||||
-rwxr-xr-x | distro/ubuntu/build | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is version 2011.11.7 of pluma. pluma is a small and lightweight UTF-8 text +This is version 2011.12.01 of pluma. pluma is a small and lightweight UTF-8 text editor for the MATE environment. Based on gedit, the text editor for the GNOME2 environment. diff --git a/configure.ac b/configure.ac index 51eadfe6..f3945d77 100755 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63.2) m4_define(pluma_major_version, 2011) -m4_define(pluma_minor_version, 11) -m4_define(pluma_micro_version, 22) +m4_define(pluma_minor_version, 12) +m4_define(pluma_micro_version, 01) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD index db2c0dc6..6b02fb39 100644 --- a/distro/archlinux/PKGBUILD +++ b/distro/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: neocrust pkgname=mate-text-editor -pkgver=2011.11.22 +pkgver=2011.12.01 pkgrel=1 pkgdesc="An powerfull text editor for MATE" arch=('i686' 'x86_64') diff --git a/distro/ubuntu/build b/distro/ubuntu/build index af392271..b77546f2 100755 --- a/distro/ubuntu/build +++ b/distro/ubuntu/build @@ -2,7 +2,7 @@ # fill it pkgname=mate-text-editor -pkgver=2011.11.12 +pkgver=2011.12.01 pkgrel=1 pkgdesc="An powerfull text editor for MATE" depends=('mate-conf' 'python') |