]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.1.15-rc-dev.
authorNick Mathewson <nickm@torproject.org>
Mon, 25 May 2009 20:32:47 +0000 (16:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 May 2009 20:32:47 +0000 (16:32 -0400)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index cdcb4471762d8261c863f40242aaeb9e050c7403..ceca53f0780044179f72db815a5b3e11ca55c4ba 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.15-rc)
+AM_INIT_AUTOMAKE(tor, 0.2.1.15-rc-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index 723b89311fae64369a8ff38ef062881974dd4ffd..5d67768f6fffeaa9ba3286c57deb68bc91a9759d 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.15-rc"
+!define VERSION "0.2.1.15-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 73c5aaed3a15365044f8ed1b94eb5e429846ef02..65f21f6d37d46d1fd9f628b14eb9a56a7c9928c5 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.15-rc"
+#define VERSION "0.2.1.15-rc-dev"