Skip to content
GitLab
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
b203deda
Commit
b203deda
authored
Sep 10, 2018
by
Nick Mathewson
🌻
Browse files
Bump to 0.2.9.17-dev
parent
da29074f
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b203deda
...
...
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
AC_INIT([tor],[0.2.9.17])
AC_INIT([tor],[0.2.9.17
-dev
])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
...
...
contrib/win32build/tor-mingw.nsi.in
View file @
b203deda
...
...
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.9.17"
!define VERSION "0.2.9.17
-dev
"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
...
...
src/win32/orconfig.h
View file @
b203deda
...
...
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.9.17"
#define VERSION "0.2.9.17
-dev
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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