mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
version 1.3
This commit is contained in:
parent
6f30c67838
commit
0c51d08565
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// version and soft name
|
||||
static const char version[] = "1.3-beta";
|
||||
static const char uname[] = "rpn v1.3-beta, (c) 2015 <louis@rubet.fr>";
|
||||
static const char version[] = "1.3";
|
||||
static const char uname[] = "rpn v1.3, (c) 2015 <louis@rubet.fr>";
|
||||
|
||||
// syntax
|
||||
static const char* syntax[] = {
|
||||
|
|
Loading…
Reference in a new issue