diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-09-23 10:27:34 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-09-23 10:27:34 +0200 |
commit | 0b2822c7a2fb5521fa70de982e4a971d9c4338c9 (patch) | |
tree | 0cff108ec9a918b02c1fd93c18f33e2bacb0ff22 /configure.in | |
parent | 6332c51f73e3722d899792fa5212befaf28be3b2 (diff) | |
parent | 0f3417d1dbffdf7a894cb02ac90ecf3de9d2cea7 (diff) | |
download | tor-0b2822c7a2fb5521fa70de982e4a971d9c4338c9.tar.gz tor-0b2822c7a2fb5521fa70de982e4a971d9c4338c9.zip |
Merge commit 'tor-0.2.2.3-alpha' into debian-merge
* commit 'tor-0.2.2.3-alpha':
finishing touches on the changelog
bump to 0.2.2.3-alpha, plus add a changelog for bug 1103
Be more robust to bad circwindow values
Fix Bug 1103.
Bump version to 0.2.2.2-alpha-dev
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1edb672ab3..e2ae2a1537 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.2.2-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.2.3-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |