mirror of
https://github.com/louisrubet/rpn
synced 2025-01-01 18:20:06 +01:00
v1.3.1
This commit is contained in:
parent
60de937de2
commit
120f277348
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// version and soft name
|
||||
static const char version[] = "1.4-beta";
|
||||
static const char uname[] = "rpn v1.4-beta, (c) 2015 <louis@rubet.fr>";
|
||||
static const char version[] = "1.3.1";
|
||||
static const char uname[] = "rpn v1.3.1, (c) 2015 <louis@rubet.fr>";
|
||||
|
||||
static const char g_cursor[] = "> ";
|
||||
static const string g_show_stack_separator = "> ";
|
||||
|
|
Loading…
Reference in a new issue