From 76a1ada48636ec8cf86dc3c978d536b815d8be31 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 28 Oct 2023 19:24:53 +0200 Subject: [PATCH] bump version --- rpnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpnc b/rpnc index dc2481c..23bde99 100755 --- a/rpnc +++ b/rpnc @@ -14,7 +14,7 @@ my $debug = 0; my $showstack = 1; my $mgt = 0; my $tty = 1; -my $VERSION = '1.09'; +my $VERSION = '1.10'; my $sub = 0; my $maxstack = 10; my $maxreg = 5; @@ -533,7 +533,7 @@ sub calc { return unless $code; } else { - print "syntax error or unknown command!\n"; + print "syntax error or unknown command ($op)!\n"; undo(); return; }