diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-26 08:58:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-26 08:58:08 -0400 |
commit | 2550ac7bb182f2a8265fab19d6a9ce4f263f1977 (patch) | |
tree | 7fe7f199740e17308796838e76c62f46d63eef8b /configure.ac | |
parent | ab9976b7245f05a97e0285265c4cfcb225bd48e2 (diff) | |
download | tor-2550ac7bb182f2a8265fab19d6a9ce4f263f1977.tar.gz tor-2550ac7bb182f2a8265fab19d6a9ce4f263f1977.zip |
update version to 0.3.1.2-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 516228a927..ca2a4f3097 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.1-alpha]) +AC_INIT([tor],[0.3.1.2-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |