diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:25:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 09:25:31 -0400 |
commit | 8e439a66f3846b65a16b62936ad1d35dbf902e9d (patch) | |
tree | 01ee4e0a1c16f3967c17092f44b4b2cf2c31a667 /configure.ac | |
parent | 56a7c5bc15e0447203a491c1ee37de9939ad1dcd (diff) | |
download | tor-8e439a66f3846b65a16b62936ad1d35dbf902e9d.tar.gz tor-8e439a66f3846b65a16b62936ad1d35dbf902e9d.zip |
Bump to 0.2.4.29
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 8e7072290d..6b4d009516 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2013, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.4.28]) +AC_INIT([tor],[0.2.4.29]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |