]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
get ready for more development
authorRoger Dingledine <arma@torproject.org>
Wed, 21 Jan 2009 02:51:30 +0000 (02:51 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 21 Jan 2009 02:51:30 +0000 (02:51 +0000)
svn:r18200

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

index 5d72642eba0b9f3e14c8e438038ec109bd2b0992..d38f105a2a7357875d47121b0567f192e7099525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 0.2.1.12-alpha - 2009-01-??
+
+
 Changes in version 0.2.1.11-alpha - 2009-01-20
   o Security fixes:
     - Fix a heap-corruption bug that may be remotely triggerable on
index 0b4a3c4b73ee0cd63ea8e65286245f66a8be4a1d..526d4f07a9f64674b07d061675fb9b3b4e33f718 100644 (file)
@@ -5,7 +5,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.1.11-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.1.11-alpha-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 66524df7661c0c099456181039402402270a6bdc..a850d55cba1787b43d8970b80cb969c836fda604 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.11-alpha"
+!define VERSION "0.2.1.11-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index fdc73c55523d54dbb9dd2e26e3c16c1c25008cd0..eb50e42228a5e23810f1dfedfb72387468470ae5 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.11-alpha"
+#define VERSION "0.2.1.11-alpha-dev"