Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
4c1c818f
Commit
4c1c818f
authored
Aug 24, 2018
by
Nick Mathewson
👁
Browse files
Update to 0.3.4.7-rc-dev
parent
65817131
Changes
3
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
4c1c818f
...
...
@@ -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.7-rc])
AC_INIT([tor],[0.3.4.7-rc
-dev
])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
...
...
contrib/win32build/tor-mingw.nsi.in
View file @
4c1c818f
...
...
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.3.4.7-rc"
!define VERSION "0.3.4.7-rc
-dev
"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
...
...
src/win32/orconfig.h
View file @
4c1c818f
...
...
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.3.4.7-rc"
#define VERSION "0.3.4.7-rc
-dev
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment