aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"