Version 2.1-RC1

This commit is contained in:
Louis Rubet 2017-05-29 13:22:52 +02:00
parent 5bb1437197
commit 41b3312c23
2 changed files with 2 additions and 2 deletions

View file

@ -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])

View file

@ -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";