From: Roger Dingledine Date: Wed, 1 Oct 2008 08:26:57 +0000 (+0000) Subject: time for another alpha-dev cycle X-Git-Tag: tor-0.2.1.7-alpha~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e24b812a32cd3e9281670443e6a02952315b0234;p=thirdparty%2Ftor.git time for another alpha-dev cycle svn:r17023 --- diff --git a/configure.in b/configure.in index 222071880a..7ec88e983a 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.6-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.1.6-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 f196d5e149..988f71f96a 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.6-alpha" +!define VERSION "0.2.1.6-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 8a263bf4a4..47684be4d1 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,6 +227,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.1.6-alpha" +#define VERSION "0.2.1.6-alpha-dev"