diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-31 13:24:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-31 13:24:12 -0500 |
commit | 563bb1ad81db3f0f5b7066b76531db1a43dfe857 (patch) | |
tree | 59d81f5190eb0c14034b2017548d21cedab7b1a1 /configure.ac | |
parent | 6cb1daf062df525224ee7e3f7cd63ee858aacf9f (diff) | |
download | tor-563bb1ad81db3f0f5b7066b76531db1a43dfe857.tar.gz tor-563bb1ad81db3f0f5b7066b76531db1a43dfe857.zip |
Bump version to 0.2.6.2-alpha-dev
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 65b4b3d619..c223dc6e7f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2014, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.6.2-alpha]) +AC_INIT([tor],[0.2.6.2-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |