Bump version to v1.3
This commit is contained in:
parent
8241091f59
commit
f647c826db
3 changed files with 3 additions and 3 deletions
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
2
lolcat.c
2
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue