Corrected software date, uname shows GNU General Public License

This commit is contained in:
Louis 2015-07-23 13:39:55 +02:00
parent 41a783cfd8
commit 185ddd39f6

View file

@ -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 = "> ";