diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-28 15:53:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-28 15:53:17 -0400 |
commit | a3f36bfd81726d25dde3c4841ae0324a2c72b481 (patch) | |
tree | 57f6c5b8b62c0a9c61093f942a5d3eb207a46455 /configure.ac | |
parent | 684babee8491c3e98f8b4cce7854127cf4ed3319 (diff) | |
download | tor-a3f36bfd81726d25dde3c4841ae0324a2c72b481.tar.gz tor-a3f36bfd81726d25dde3c4841ae0324a2c72b481.zip |
and NOW the version is 0.2.8.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 503e79c8d3..ad71f7fdda 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.2.8.2-alpha]) +AC_INIT([tor],[0.2.8.2-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |