mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
Version 1.3.2
This commit is contained in:
parent
de9cbe3a7e
commit
64ebe6ccb3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// version and soft name
|
||||
static const char version[] = "1.3.1";
|
||||
static const char uname[] = "rpn v1.3.1, (c) 2015 <louis@rubet.fr>";
|
||||
static const char version[] = "1.3.2";
|
||||
static const char uname[] = "rpn v1.3.2, (c) 2015 <louis@rubet.fr>";
|
||||
|
||||
static const char g_cursor[] = "> ";
|
||||
static const string g_show_stack_separator = "> ";
|
||||
|
|
Loading…
Reference in a new issue