aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-09-02 07:51:11 +0200
committerMattias Andrée <maandree@operamail.com>2015-09-02 07:51:11 +0200
commitd4fcf746e5cb452306b1d91bc675037516093137 (patch)
tree7d6d061cda82c8ae6c8affc098033f611a1acd85
parentbug fix (diff)
downloadgpp-d4fcf746e5cb452306b1d91bc675037516093137.tar.gz
gpp-d4fcf746e5cb452306b1d91bc675037516093137.tar.bz2
gpp-d4fcf746e5cb452306b1d91bc675037516093137.tar.xz
update version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--dist/archlinux/stable/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6dab478..d72fed0 100644
--- a/Makefile
+++ b/Makefile
@@ -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"