diff options
author | Roger Dingledine <arma@torproject.org> | 2007-02-26 06:53:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-02-26 06:53:19 +0000 |
commit | 38f5fac846ab189f80fe7f10b0a07659f9de130d (patch) | |
tree | 6bdb8e285bea44d70fc0182ce364f0db6b47e6f1 /configure.in | |
parent | 522a97098beccf8c6410fe903266ced5d2f4577d (diff) | |
download | tor-38f5fac846ab189f80fe7f10b0a07659f9de130d.tar.gz tor-38f5fac846ab189f80fe7f10b0a07659f9de130d.zip |
let us call it a beta. perhaps it will break then.tor-0.1.2.8-beta
svn:r9656
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 b41b29428e..72a775f452 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.1.2.7-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.1.2.8-beta) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |