diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-22 11:52:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-22 11:52:19 -0400 |
commit | 281f06a094434269bf4d62041c5683c1265a436f (patch) | |
tree | 691a46e0b59c44f45fc8b01d0a8ca1bb63ce986d /configure.ac | |
parent | 363538e345df5654c5056c7eb167471898aedc4c (diff) | |
download | tor-281f06a094434269bf4d62041c5683c1265a436f.tar.gz tor-281f06a094434269bf4d62041c5683c1265a436f.zip |
bump to 0.3.1.1-alpha
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 4c23e47adc..516228a927 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.1.0-alpha-dev]) +AC_INIT([tor],[0.3.1.1-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |