Skip to content

Commit

Permalink
Prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcort committed Apr 8, 2015
1 parent 22f2973 commit 097d00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT([tcbasic], [1.0.3], [linuxgeek@gmail.com])
AC_INIT([tcbasic], [2.0.0], [linuxgeek@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_SILENT_RULES([yes])

Expand Down
2 changes: 1 addition & 1 deletion tcbasic.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.TH TCB "1" "February 2015" "tcbasic 1.0.3" "User Commands"
.TH TCB "1" "April 2015" "tcbasic 2.0.0" "User Commands"
.SH NAME
tcbasic \- a small BASIC Interpreter written in C
.SH SYNOPSIS
Expand Down

0 comments on commit 097d00e

Please sign in to comment.