diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-21 15:51:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-21 15:51:08 -0400 |
commit | 52b75c9a556255d88fd01342ebe16c4e73071f52 (patch) | |
tree | 3daa7b702a83632aad09ffe467b24979caeed959 /configure.in | |
parent | 54ba86d9d0cff2ceef75d564ece3d7d2ea26af26 (diff) | |
download | tor-52b75c9a556255d88fd01342ebe16c4e73071f52.tar.gz tor-52b75c9a556255d88fd01342ebe16c4e73071f52.zip |
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..91e86cdc7b 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.2-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |