Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Hansen Færøy
Tor
Commits
71d96cef
Commit
71d96cef
authored
4 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Update to 0.4.4.0-alpha-dev
parent
dac185ed
No related branches found
Branches containing commit
Tags
tor-0.3.5.10
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
contrib/win32build/tor-mingw.nsi.in
+1
-1
1 addition, 1 deletion
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h
+1
-1
1 addition, 1 deletion
src/win32/orconfig.h
with
4 additions
and
4 deletions
configure.ac
+
2
−
2
View file @
71d96cef
...
...
@@ -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.4.
3.2
-alpha])
AC_INIT([tor],[0.4.
4.0
-alpha
-dev
])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
...
...
@@ -16,7 +16,7 @@ configure_flags="$*"
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
AC_DEFINE(APPROX_RELEASE_DATE, ["2020-02-1
0
"], # for 0.4.
3.2
-alpha
AC_DEFINE(APPROX_RELEASE_DATE, ["2020-02-1
1
"], # for 0.4.
4.0
-alpha
-dev
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards
...
...
This diff is collapsed.
Click to expand it.
contrib/win32build/tor-mingw.nsi.in
+
1
−
1
View file @
71d96cef
...
...
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.4.
3.2
-alpha"
!define VERSION "0.4.
4.0
-alpha
-dev
"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
...
...
This diff is collapsed.
Click to expand it.
src/win32/orconfig.h
+
1
−
1
View file @
71d96cef
...
...
@@ -217,7 +217,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.4.
3.2
-alpha"
#define VERSION "0.4.
4.0
-alpha
-dev
"
#define HAVE_STRUCT_SOCKADDR_IN6
#define HAVE_STRUCT_IN6_ADDR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment