diff options
author | Sean Middleditch <sean@middleditch.us> | 2009-08-05 17:07:52 -0400 |
---|---|---|
committer | Sean Middleditch <sean@middleditch.us> | 2009-08-05 17:07:52 -0400 |
commit | 3b3cbe1ee853954e948cd3c2099219b925a536b1 (patch) | |
tree | bf7989b489deb86a5358d9df4ea94381936517b4 | |
parent | dbdd4239603f3f0e17e9fed03a33eba32ccbfd53 (diff) |
bump to 0.10
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ ===================================================================== - libtelnet 0.9 - TELNET protocol handling library + libtelnet 0.10 - TELNET protocol handling library ===================================================================== http://github.com/elanthis/libtelnet diff --git a/configure.ac b/configure.ac index ea3c09c..110b0cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libtelnet], [0.9], [http://github.com/elanthis/libtelnet/tree/master]) +AC_INIT([libtelnet], [0.10], [http://github.com/elanthis/libtelnet/tree/master]) AM_INIT_AUTOMAKE |