diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 17:19:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 17:19:49 -0400 |
commit | e22822e4ae75dc59c7242d84bc306476fbd92a3b (patch) | |
tree | 1118e06c9aaee920377639ccaacc7aa4bbb35be6 /configure.ac | |
parent | 945d871da54e6038fdabaf3b78a7a55b290ab6aa (diff) | |
download | tor-e22822e4ae75dc59c7242d84bc306476fbd92a3b.tar.gz tor-e22822e4ae75dc59c7242d84bc306476fbd92a3b.zip |
Bump master to 0.3.5.0-alpha-devtor-0.3.5.0-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 d554ba8e55..95df1692a4 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.4.2-alpha-dev]) +AC_INIT([tor],[0.3.5.0-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |