Skip to content

Commit

Permalink
Merge branch 'maint-0.3.4' into release-0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jan 7, 2019
2 parents 248056d + ea47563 commit 4f5ea89
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-2017, The Tor Project, Inc.
dnl See LICENSE for licensing information

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_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.4.9-dev"
!define VERSION "0.3.4.10"
!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.4.9-dev"
#define VERSION "0.3.4.10"



Expand Down

0 comments on commit 4f5ea89

Please sign in to comment.