]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.2.8.8-dev.
authorNick Mathewson <nickm@torproject.org>
Fri, 23 Sep 2016 19:58:06 +0000 (15:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 23 Sep 2016 19:58:06 +0000 (15:58 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 6150e7baaf4943834f0a178f674038631e767b87..3c80e71c57d1df51a43bf7b82d74ad4c8418fc42 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.2.8.8])
+AC_INIT([tor],[0.2.8.8-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index a4c98cd468706a95625dfa8f903cc7d188a38fcf..25998d427290f2de114e20c1276f26b7e5ffc719 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.8"
+!define VERSION "0.2.8.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2ca344807fd6046629ba64d5ee7c1fd247a16ec4..56def12f22512f26de817d706deb7ae7382dc753 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.8"
+#define VERSION "0.2.8.8-dev"