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

Commit 485b29f

Browse files
author
Sean Middleditch
committed
Prepare 0.23
1 parent bf6a9ff commit 485b29f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.23
2+
============
3+
4+
* Fixed release errors
5+
16
Version 0.22
27
============
38

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.58])
5-
AC_INIT([libtelnet], [0.22], [http://github.com/elanthis/libtelnet/tree/master])
5+
AC_INIT([libtelnet], [0.23], [http://github.com/elanthis/libtelnet/tree/master])
66
#AC_CONFIG_AUX_DIR([auxfiles])
77
AC_CONFIG_HEADERS([config.h])
88
AC_CONFIG_MACRO_DIR([m4])

libtelnet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* \file libtelnet.h
3636
*
37-
* \version 0.22
37+
* \version 0.23
3838
*
3939
* \author Sean Middleditch <sean@sourcemud.org>
4040
*/

0 commit comments

Comments
 (0)