diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-11 10:10:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-11 10:10:29 -0400 |
commit | 101fc13b99b3866b41dd22185f4498d7a93fbe31 (patch) | |
tree | 6b41cdd4443316349e7901c5c333dbcc619484b6 /configure.ac | |
parent | 1423040aa17bf14f22054c04deac0488fc6438cd (diff) | |
download | tor-101fc13b99b3866b41dd22185f4498d7a93fbe31.tar.gz tor-101fc13b99b3866b41dd22185f4498d7a93fbe31.zip |
Bump version to 0.2.7.1-alpha. (This is not the release yet.)
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 9c4f02d908..2645ed923e 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.0-alpha-dev]) +AC_INIT([tor],[0.2.7.1-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |