aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-08 14:05:18 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-08 14:05:18 -0400
commit44c8cb986d8a95e3eaf8e3ec40307a7d7bb65197 (patch)
tree2fd6b6886ff6a237e3640544998782be45681c35 /configure.ac
parent4915d9c5a7fc8db2497258a293137426cbd0d665 (diff)
downloadtor-44c8cb986d8a95e3eaf8e3ec40307a7d7bb65197.tar.gz
tor-44c8cb986d8a95e3eaf8e3ec40307a7d7bb65197.zip
Add -dev to version number.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f754942a3a..42e5fa7f29 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.8])
+AC_INIT([tor],[0.2.7.8-dev])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE