mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
#96: v2.1
This commit is contained in:
parent
d296c1f36f
commit
4e3a1c75e6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// version and soft name
|
||||
static const char version[] = "2.1-RC1";
|
||||
static const char version[] = "2.1";
|
||||
static const char uname[] =
|
||||
"rpn v2.0, (c) 2017 <louis@rubet.fr>, GNU LGPL v3";
|
||||
"rpn v2.1, (c) 2017 <louis@rubet.fr>, GNU LGPL v3";
|
||||
|
||||
// description
|
||||
static const char description[] =
|
||||
|
|
Loading…
Reference in a new issue