summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-11-19 17:40:06 +0100
committerjaseg <git@jaseg.de>2022-11-19 17:40:06 +0100
commita087460a9946adf05395afe821dfff1240fc3765 (patch)
tree2ff371b7f0a29e9269510632b0434a509a133f0f
parent8241091f59eced21d16449e281e4249b6af72406 (diff)
downloadlolcat-a087460a9946adf05395afe821dfff1240fc3765.tar.gz
lolcat-a087460a9946adf05395afe821dfff1240fc3765.tar.bz2
lolcat-a087460a9946adf05395afe821dfff1240fc3765.zip
Bump version to v1.3
-rw-r--r--PKGBUILD2
-rw-r--r--autotools/configure.ac2
-rwxr-xr-xlolcat.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b7ef0c..5c2652e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname=c-lolcat
-pkgver=r26.502d379
+pkgver=v1.3
pkgrel=1
pkgdesc="High-performance implementation of lolcat"
arch=('i686' 'x86_64')
diff --git a/autotools/configure.ac b/autotools/configure.ac
index 030e1d5..8b9871b 100644
--- a/autotools/configure.ac
+++ b/autotools/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([lolcat], [1.2], [jaseg <github@jaseg.de>])
+AC_INIT([lolcat], [1.3], [jaseg <github@jaseg.de>])
AC_CONFIG_SRCDIR([../lolcat.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autoscripts])
diff --git a/lolcat.c b/lolcat.c
index b67ca07..38b4198 100755
--- a/lolcat.c
+++ b/lolcat.c
@@ -160,7 +160,7 @@ static void usage(void)
static void version(void)
{
- wprintf(L"lolcat version 1.2, (c) 2020 jaseg\n");
+ wprintf(L"lolcat version 1.3, (c) 2020 jaseg\n");
exit(0);
}