diff --git a/configure.in b/configure.in index f4a8e1ee19d763e55c76592589e8f7f83d54008a..2dbe411b143902b2b0640f4bbc772a6f87803eed 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc. dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.3.10-alpha-dev) +AM_INIT_AUTOMAKE(tor, 0.2.3.11-alpha) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 02ffb2d51f1e8c56a9d2177e4394608c00787f6a..93d7680e5bf1709aec1420175c6f0311239da453 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.3.10-alpha-dev" +!define VERSION "0.2.3.11-alpha" !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 ebf6a0907ce338dd603f958b6139f9f44a1974c9..15f2163682b780a0a475100310012c2f9f010bff 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -234,7 +234,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.3.10-alpha-dev" +#define VERSION "0.2.3.11-alpha"