Version 1.3.2

This commit is contained in:
Louis 2015-04-24 09:31:42 +02:00
parent de9cbe3a7e
commit 64ebe6ccb3

View file

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