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
Container Registry
Model registry
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
The Tor Project
Core
Tor
Commits
6b79e252
Commit
6b79e252
authored
18 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
r12063@catbus: nickm | 2007-03-04 14:46:22 -0500
Bump trunk version to 0.2.0.0-alpha-dev svn:r9730
parent
26e8656f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
configure.in
+1
-1
1 addition, 1 deletion
configure.in
contrib/tor-mingw.nsi.in
+1
-1
1 addition, 1 deletion
contrib/tor-mingw.nsi.in
src/win32/orconfig.h
+1
-1
1 addition, 1 deletion
src/win32/orconfig.h
with
8 additions
and
3 deletions
ChangeLog
+
5
−
0
View file @
6b79e252
Changes in version 0.2.0.1-alpha - 2007-??-??
o Minor features (build):
- Make autoconf search for libevent and openssl consistently.
- Update deprecated macros in configure.in
Changes in version 0.1.2.10-rc - 2007-03-??
o Major bugfixes (Windows):
- Do not load the NT services library functions (which may not exist)
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
6b79e252
...
...
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information
AC_INIT
AM_INIT_AUTOMAKE(tor, 0.
1.2.9-rc
-dev)
AM_INIT_AUTOMAKE(tor, 0.
2.0.0-alpha
-dev)
AC_CONFIG_HEADERS([orconfig.h])
AC_CANONICAL_HOST
...
...
This diff is collapsed.
Click to expand it.
contrib/tor-mingw.nsi.in
+
1
−
1
View file @
6b79e252
...
...
@@ -5,7 +5,7 @@
;
!include "MUI.nsh"
!define VERSION "0.
1.2.9-rc
-dev"
!define VERSION "0.
2.0.0-alpha
-dev"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "http://tor.eff.org/"
...
...
This diff is collapsed.
Click to expand it.
src/win32/orconfig.h
+
1
−
1
View file @
6b79e252
...
...
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.
1.2.9-rc
-dev"
#define VERSION "0.
2.0.0-alpha
-dev"
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