diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-11 22:36:32 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-11 22:36:32 +0000 |
commit | aa070a33016f7616da9cbdf59c7b58039780158b (patch) | |
tree | 4f2757fa5e098ffcd79d33f4c99eabcb0e6c7b6b /configure.in | |
parent | 54a7285e99e052702103b7988cd084759b138e15 (diff) | |
download | tor-aa070a33016f7616da9cbdf59c7b58039780158b.tar.gz tor-aa070a33016f7616da9cbdf59c7b58039780158b.zip |
bump to 0.1.1.12-alpha
ha ha
svn:r5808
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 d51dcabcb7..1e5752a971 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2005 Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.1.1.11-alpha-cvs) +AM_INIT_AUTOMAKE(tor, 0.1.1.12-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |