]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12063@catbus: nickm | 2007-03-04 14:46:22 -0500
authorNick Mathewson <nickm@torproject.org>
Sun, 4 Mar 2007 19:49:06 +0000 (19:49 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 4 Mar 2007 19:49:06 +0000 (19:49 +0000)
 Bump trunk version to 0.2.0.0-alpha-dev

svn:r9730

ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index a6e90a910c84780452abda4e53edb3549eb8f6da..28440c7549202159f4285bfbfe3a5c389f178d4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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)
index cfa561baacda99827088010233ab2ad2b54bc877..f12f19d68fbbc4eb6514fe57c794966d7adbb9c0 100644 (file)
@@ -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
index 5a4237d0ebf5a0aed9e0a336eaadca03d6f23985..4a3b2eac784c4aa905b8926c28822f47089ead1e 100644 (file)
@@ -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/"
 
index 31887f9aadba2a244e5fcedf4aff9ad98c0531a1..6e2386f0c27c905ae18149f71dc14498355fa1d7 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.1.2.9-rc-dev"
+#define VERSION "0.2.0.0-alpha-dev"