diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-19 07:30:29 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-19 07:30:29 +0000 |
commit | 473ff753f24c6445be900ace22feeb39dac4fccb (patch) | |
tree | e7d6de66c88727ec7acac743001f7b5ab3bbd3b6 /configure.in | |
parent | c3f1bdb65af1f5a393d614109a959b64a8696ab5 (diff) | |
download | tor-473ff753f24c6445be900ace22feeb39dac4fccb.tar.gz tor-473ff753f24c6445be900ace22feeb39dac4fccb.zip |
bump to 0.2.0.5-alpha since we're getting close
svn:r11189
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 167c606551..de0c0a74ca 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.4-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.5-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |