diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-02 07:51:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-02 07:51:11 +0200 |
commit | d4fcf746e5cb452306b1d91bc675037516093137 (patch) | |
tree | 7d6d061cda82c8ae6c8affc098033f611a1acd85 | |
parent | bug fix (diff) | |
download | gpp-d4fcf746e5cb452306b1d91bc675037516093137.tar.gz gpp-d4fcf746e5cb452306b1d91bc675037516093137.tar.bz2 gpp-d4fcf746e5cb452306b1d91bc675037516093137.tar.xz |
update version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -VERSION = 1.3 +VERSION = 1.4 PREFIX = /usr DATA = /share diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index e5e7319..72143e3 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=general-preprocessor -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc="Bash-based preprocessor for anything" url="https://github.com/maandree/gpp" |