diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 15:11:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 15:11:18 -0400 |
commit | 43e400f340caf6d2f40b093d816f684d1163ce8b (patch) | |
tree | 61d682623a1b0023c64028f983115a31a807743a /configure.ac | |
parent | 732ea9120c9db5d6368cba6f2b789aa4fca5db31 (diff) | |
download | tor-43e400f340caf6d2f40b093d816f684d1163ce8b.tar.gz tor-43e400f340caf6d2f40b093d816f684d1163ce8b.zip |
Bump to 0.3.3.10
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 4068b9f09b..47dd53034a 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.3.8-dev]) +AC_INIT([tor],[0.3.3.10]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |