From 0b73569dc64d0479d9638ed71da280f752e3637e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 2 Jun 2007 23:56:04 +0000 Subject: bump to 0.2.0.2-alpha and declare that today is the day svn:r10456 --- ChangeLog | 2 +- configure.in | 2 +- contrib/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2ab967dce..24d2d4c9a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.2.0.2-alpha - 2007-??-?? +Changes in version 0.2.0.2-alpha - 2007-06-02 o Major bugfixes on 0.2.0.1-alpha: - Fix an assertion failure related to servers without extra-info digests. Resolves bugs 441 and 442. diff --git a/configure.in b/configure.in index b51c501687..6e7f702568 100644 --- a/configure.in +++ b/configure.in @@ -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.2.0.1-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.0.2-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index d215fb9fa7..9d27808f17 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -5,7 +5,7 @@ ; !include "MUI.nsh" -!define VERSION "0.2.0.1-alpha-dev" +!define VERSION "0.2.0.2-alpha" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "http://tor.eff.org/" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 8d758ba96a..09394bdf2b 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,6 +227,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.0.1-alpha-dev" +#define VERSION "0.2.0.2-alpha" -- cgit v1.2.3-54-g00ecf