Skip to content
Snippets Groups Projects
Commit 4f5ea89c authored by Nick Mathewson's avatar Nick Mathewson :family:
Browse files

Merge branch 'maint-0.3.4' into release-0.3.4

parents 248056d9 ea47563d
No related branches found
Tags tor-0.3.4.10
No related merge requests found
...@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc. ...@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
dnl See LICENSE for licensing information dnl See LICENSE for licensing information
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([tor],[0.3.4.9-dev]) AC_INIT([tor],[0.3.4.10])
AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
!include "LogicLib.nsh" !include "LogicLib.nsh"
!include "FileFunc.nsh" !include "FileFunc.nsh"
!insertmacro GetParameters !insertmacro GetParameters
!define VERSION "0.3.4.9-dev" !define VERSION "0.3.4.10"
!define INSTALLER "tor-${VERSION}-win32.exe" !define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/" !define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE" !define LICENSE "LICENSE"
......
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT #define USING_TWOS_COMPLEMENT
/* Version number of package */ /* Version number of package */
#define VERSION "0.3.4.9-dev" #define VERSION "0.3.4.10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment