Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Pier Angelo Vendrame
Tor
Commits
dd302325
Commit
dd302325
authored
9 months ago
by
Tor CI Release
Committed by
David Goulet
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
version: Bump version to 0.4.8.12
parent
31f8b43e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 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
with
3 additions
and
3 deletions
configure.ac
+
2
−
2
View file @
dd302325
...
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
...
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
AC_PREREQ([2.63])
AC_INIT([tor],[0.4.8.1
1-dev
])
AC_INIT([tor],[0.4.8.1
2
])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR([m4])
...
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
...
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
# version number changes. Tor uses it to make sure that it
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
# are listed as required by a consensus after this date.
AC_DEFINE(APPROX_RELEASE_DATE, ["2024-0
4-10
"], # for 0.4.8.1
1-dev
AC_DEFINE(APPROX_RELEASE_DATE, ["2024-0
6-06
"], # for 0.4.8.1
2
[Approximate date when this software was released. (Updated when the version changes.)])
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards
# "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 @
dd302325
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!insertmacro GetParameters
!define VERSION "0.4.8.1
1-dev
"
!define VERSION "0.4.8.1
2
"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
!define LICENSE "LICENSE"
...
...
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