]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump version to 0.2.8.13
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:34:33 +0000 (10:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:34:33 +0000 (10:34 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 200ea0216c81300300bfeda5d16824bb35b940ab..9c6d95d1e237c70fd7b258d3f3d3a3d724fdad63 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.12-dev])
+AC_INIT([tor],[0.2.8.13])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 7152e4367b1b5112d07abe55e6f50989d8b6251c..ae477b8664606e76818bb06297da570f07bc6c26 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.8.12-dev"
+!define VERSION "0.2.8.13"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 26f9950841a7a1c063d069965466c783ae83d62c..b61f59f1edfb9ac22a30a831c910c10f5f92f70c 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.8.12-dev"
+#define VERSION "0.2.8.13"