diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-24 12:18:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 12:19:33 -0400 |
commit | 744f8c827716c5916018361a9ee1bed3f4e061d9 (patch) | |
tree | 219af2fb3446a460644779aa6c59d76ab1f5daad /configure.ac | |
parent | 8b0707405e0ec12789ef45a7e4e123224c68a9d8 (diff) | |
download | tor-744f8c827716c5916018361a9ee1bed3f4e061d9.tar.gz tor-744f8c827716c5916018361a9ee1bed3f4e061d9.zip |
Increment version.
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 2220c18fdb..98f8d30ea7 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.2-alpha-dev]) +AC_INIT([tor],[0.2.7.3-rc]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |