From: Roger Dingledine Date: Fri, 18 Jan 2008 04:27:16 +0000 (+0000) Subject: bump to 0.2.0.17-alpha-dev X-Git-Tag: tor-0.2.0.18-alpha~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200ce2030c30ef9f4d77605807f75dc8df88bcdd;p=thirdparty%2Ftor.git bump to 0.2.0.17-alpha-dev svn:r13171 --- diff --git a/configure.in b/configure.in index 0d2735acd9..4cc334de01 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.17-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.17-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 6beb1dfcee..17632d6864 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.0.17-alpha" +#define VERSION "0.2.0.17-alpha-dev"