From: Roger Dingledine Date: Mon, 9 Mar 2009 21:43:31 +0000 (+0000) Subject: bump to 0.2.1.13-alpha-dev X-Git-Tag: tor-0.2.1.14-rc~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ee8afe82d76b8b07087b5c28c1a075ed1ec6c9b;p=thirdparty%2Ftor.git bump to 0.2.1.13-alpha-dev svn:r18830 --- diff --git a/configure.in b/configure.in index 9d46b8f8a0..ad1d2b7b79 100644 --- a/configure.in +++ b/configure.in @@ -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.13-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.13-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 0a9c7b7edb..263d17d542 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -9,7 +9,7 @@ !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.1.13-alpha" +!define VERSION "0.2.1.13-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 08ebd4b4c3..246cddeb63 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -226,6 +226,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.1.13-alpha" +#define VERSION "0.2.1.13-alpha-dev"