From 2984fba97a03506fb405bdf2c37481a0a7d6cf09 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 Aug 2021 08:17:59 -0400 Subject: Make the version 0.3.6.16, not 0.3.6.16-dev. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3-54-g00ecf