Changed version to 2011.12.01
This commit is contained in:
parent
f6f1f854c9
commit
8790ba833e
2
README
2
README
|
@ -1,7 +1,7 @@
|
||||||
General Information
|
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
|
editor for the MATE environment. Based on gedit, the text editor for the GNOME2
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.63.2)
|
AC_PREREQ(2.63.2)
|
||||||
|
|
||||||
m4_define(pluma_major_version, 2011)
|
m4_define(pluma_major_version, 2011)
|
||||||
m4_define(pluma_minor_version, 11)
|
m4_define(pluma_minor_version, 12)
|
||||||
m4_define(pluma_micro_version, 22)
|
m4_define(pluma_micro_version, 01)
|
||||||
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)
|
||||||
|
|
||||||
AC_INIT([pluma], [pluma_version],
|
AC_INIT([pluma], [pluma_version],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: neocrust
|
# Maintainer: neocrust
|
||||||
pkgname=mate-text-editor
|
pkgname=mate-text-editor
|
||||||
pkgver=2011.11.22
|
pkgver=2011.12.01
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An powerfull text editor for MATE"
|
pkgdesc="An powerfull text editor for MATE"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# fill it
|
# fill it
|
||||||
pkgname=mate-text-editor
|
pkgname=mate-text-editor
|
||||||
pkgver=2011.11.12
|
pkgver=2011.12.01
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An powerfull text editor for MATE"
|
pkgdesc="An powerfull text editor for MATE"
|
||||||
depends=('mate-conf' 'python')
|
depends=('mate-conf' 'python')
|
||||||
|
|
Loading…
Reference in New Issue