]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.2.1.23-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Feb 2010 16:57:47 +0000 (11:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Feb 2010 16:57:47 +0000 (11:57 -0500)
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 5b12860a830203b0a5f7040a13f3df0a99cba694..afa13cb46fc5b002c65e2977581b0292af69e3d6 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.23)
+AM_INIT_AUTOMAKE(tor, 0.2.1.23-dev)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index a184f8267ca5a99c2dd037d954a849143acf121f..ffe836c39e50a973e5282ab1cc004df887719e95 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.1.23"
+!define VERSION "0.2.1.23-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c25cb8a382e23dea7a46292d36fa0d595b613109..0af0b2d31f207216c8582295b2681207f5fbc88a 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.1.23"
+#define VERSION "0.2.1.23-dev"