Skip to content

Commit 097d00e

Browse files
committed
Prepare for next release.
1 parent 22f2973 commit 097d00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT([tcbasic], [1.0.3], [linuxgeek@gmail.com])
19+
AC_INIT([tcbasic], [2.0.0], [linuxgeek@gmail.com])
2020
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
2121
AM_SILENT_RULES([yes])
2222

tcbasic.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.\"
1414
.\" You should have received a copy of the GNU General Public License
1515
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
16-
.TH TCB "1" "February 2015" "tcbasic 1.0.3" "User Commands"
16+
.TH TCB "1" "April 2015" "tcbasic 2.0.0" "User Commands"
1717
.SH NAME
1818
tcbasic \- a small BASIC Interpreter written in C
1919
.SH SYNOPSIS

0 commit comments

Comments
 (0)