diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:24:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:24:16 -0400 |
commit | 78d4200abe4ede44f18ed749b069056a0795922f (patch) | |
tree | 3ba7aa1cfb45a2303df051bdc402676252e14ff4 /configure.ac | |
parent | 83135d75a3d87e4fd5f163aecb742180c01d9d0e (diff) | |
download | tor-78d4200abe4ede44f18ed749b069056a0795922f.tar.gz tor-78d4200abe4ede44f18ed749b069056a0795922f.zip |
Bump to 0.3.1.3-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 064644ec0d..cf3a1b6fa3 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.2-alpha-dev]) +AC_INIT([tor],[0.3.1.3-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |