diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-23 13:48:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-23 13:48:13 -0400 |
commit | a8accd55f251b9be5da7a80894e6d76b6496e1ab (patch) | |
tree | 57c5e15c15f6bc0a40debda3dc0256508db4ed14 /configure.ac | |
parent | 3323615dd2bffa54970624bb6eb2465f4064d812 (diff) | |
download | tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.tar.gz tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.zip |
Bump version (and explain how)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 214b7e6c2b..b57b43312b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.7.1-alpha-dev]) +AC_INIT([tor],[0.2.7.2-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |