mirror of
https://github.com/louisrubet/rpn
synced 2025-01-01 18:20:06 +01:00
Corrected software date, uname shows GNU General Public License
This commit is contained in:
parent
41a783cfd8
commit
185ddd39f6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// version and soft name
|
||||
static const char version[] = "1.3.3";
|
||||
static const char uname[] = "rpn v1.3.3, (c) 2015 <louis@rubet.fr>";
|
||||
static const char uname[] = "rpn v1.3.3, (c) 2013 <louis@rubet.fr>, GNU General Public License";
|
||||
|
||||
static const char g_cursor[] = "> ";
|
||||
static const string g_show_stack_separator = "> ";
|
||||
|
|
Loading…
Reference in a new issue