mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
Version 2.1-RC1
This commit is contained in:
parent
5bb1437197
commit
41b3312c23
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rpn], [2.0], [louis@rubet.fr],
|
||||
AC_INIT([rpn], [2.1], [louis@rubet.fr],
|
||||
[rpn], [http://www.rubet.fr/])
|
||||
AC_PREREQ([2.59])
|
||||
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// version and soft name
|
||||
static const char version[] = "2.0";
|
||||
static const char version[] = "2.1-RC1";
|
||||
static const char uname[] =
|
||||
"rpn v2.0, (c) 2017 <louis@rubet.fr>, GNU LGPL v3";
|
||||
|
||||
|
|
Loading…
Reference in a new issue