diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-10 14:24:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-10 14:24:55 -0500 |
commit | aa40f289624c74bcd43b91f15cc43e7f17e9df25 (patch) | |
tree | 260ab1063a11cba453bc392b6085db71fa72fd2c /configure.ac | |
parent | 7fb19f1ca86ef313f45886380daade684e35c525 (diff) | |
download | tor-aa40f289624c74bcd43b91f15cc43e7f17e9df25.tar.gz tor-aa40f289624c74bcd43b91f15cc43e7f17e9df25.zip |
bump to 0.2.7.6-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 6c72971a26..d37c34daae 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information -AC_INIT([tor],[0.2.7.6]) +AC_INIT([tor],[0.2.7.6-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE |