diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-17 20:46:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-17 20:46:46 +0000 |
commit | 56b099015ec442cbfa786be3e659980c661daab8 (patch) | |
tree | 9d1a42f0cbdd60cc8c732a11c24681fb835e4025 /configure.in | |
parent | e5641fa52b39d77b4bd60ea97c3b615358e63bff (diff) | |
download | tor-56b099015ec442cbfa786be3e659980c661daab8.tar.gz tor-56b099015ec442cbfa786be3e659980c661daab8.zip |
bump to 0.1.2.15; futz with changelog one last time.tor-0.1.2.15
svn:r10857
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 e51593af83..46b294ec5c 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.14-dev) +AM_INIT_AUTOMAKE(tor, 0.1.2.15) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |