Skip to content

Commit

Permalink
Merge branch 'maint-0.3.5' into release-0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jun 7, 2021
2 parents a4e8624 + ed7f4ad commit fe328e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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.14-dev])
AC_INIT([tor],[0.3.5.15])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])

Expand Down
2 changes: 1 addition & 1 deletion contrib/win32build/tor-mingw.nsi.in
Expand Up @@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.3.5.14-dev"
!define VERSION "0.3.5.15"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/win32/orconfig.h
Expand Up @@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT

/* Version number of package */
#define VERSION "0.3.5.14-dev"
#define VERSION "0.3.5.15"



Expand Down

0 comments on commit fe328e2

Please sign in to comment.