Skip to content
Snippets Groups Projects
Commit df6e03a0 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

Merge branch 'maint-0.3.5' into release-0.3.5

parents 08e4b8d2 9280f32f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
AC_INIT([tor],[0.3.5.16-dev])
AC_INIT([tor],[0.3.5.17])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
......
......@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.3.5.16"
!define VERSION "0.3.5.17"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
......
......@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.3.5.16"
#define VERSION "0.3.5.17"
......
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