Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Prepare 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Middleditch committed Oct 18, 2018
1 parent bf6a9ff commit 485b29f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.23
============

* Fixed release errors

Version 0.22
============

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.58])
AC_INIT([libtelnet], [0.22], [http://github.com/elanthis/libtelnet/tree/master])
AC_INIT([libtelnet], [0.23], [http://github.com/elanthis/libtelnet/tree/master])
#AC_CONFIG_AUX_DIR([auxfiles])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion libtelnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* \file libtelnet.h
*
* \version 0.22
* \version 0.23
*
* \author Sean Middleditch <sean@sourcemud.org>
*/
Expand Down

0 comments on commit 485b29f

Please sign in to comment.