]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
configure: Fix typo in version tor-0.4.6.9
authorDavid Goulet <dgoulet@torproject.org>
Thu, 16 Dec 2021 14:53:16 +0000 (09:53 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 16 Dec 2021 14:53:16 +0000 (09:53 -0500)
Signed-off-by: David Goulet <dgoulet@torproject.org>
configure.ac

index b840ae9044cd268cdf33856f5de13f61756c6cfa..303b70872fcaa9fb9a1e78eae4208bcd7e91904b 100644 (file)
@@ -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.4.6.9]))
+AC_INIT([tor],[0.4.6.9])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])