diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-08-16 08:17:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-08-16 08:17:59 -0400 |
commit | 2984fba97a03506fb405bdf2c37481a0a7d6cf09 (patch) | |
tree | a037d02487c76c5db7df34b28693a086778dc9d9 /configure.ac | |
parent | 041a0a362fb9dc7946774fef736632da05ed8940 (diff) | |
download | tor-2984fba97a03506fb405bdf2c37481a0a7d6cf09.tar.gz tor-2984fba97a03506fb405bdf2c37481a0a7d6cf09.zip |
Make the version 0.3.6.16, not 0.3.6.16-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 e698bf8901..c45b76e5a6 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.5.16-dev]) +AC_INIT([tor],[0.3.5.16]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) |