diff --git a/configure.ac b/configure.ac
index b651355..35aa886 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see .
AC_PREREQ(2.59)
-AC_INIT([tcbasic], [1.0.2], [linuxgeek@gmail.com])
+AC_INIT([tcbasic], [1.0.3], [linuxgeek@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_SILENT_RULES([yes])
diff --git a/tcbasic.1 b/tcbasic.1
index 86ec1c6..88c4435 100644
--- a/tcbasic.1
+++ b/tcbasic.1
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see .
-.TH TCB "1" "February 2015" "tcbasic 1.0.2" "User Commands"
+.TH TCB "1" "February 2015" "tcbasic 1.0.3" "User Commands"
.SH NAME
tcbasic \- a small BASIC Interpreter written in C
.SH SYNOPSIS