aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-28 09:41:13 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-28 09:41:13 -0400
commit97c976778aa67f7bdb021904041bece17a8f58c5 (patch)
treeb60116b59f105b8a57eba42532dfed686e545e08
parentae92a92453eb3a0248cb20b153fe35e8cdc608cc (diff)
downloadtor-97c976778aa67f7bdb021904041bece17a8f58c5.tar.gz
tor-97c976778aa67f7bdb021904041bece17a8f58c5.zip
version: Missing version update in couple files
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--configure.ac2
-rw-r--r--contrib/win32build/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c602d2c5c9..52ec019d01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ configure_flags="$*"
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
-AC_DEFINE(APPROX_RELEASE_DATE, ["2021-10-26"], # for 0.4.5.11
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-10-28"], # for 0.4.5.11-dev
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index afcea51596..5e09f0045b 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.4.5.11"
+!define VERSION "0.4.5.11-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 5b8c9a635e..3d3b6ba03e 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -217,7 +217,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.4.5.11"
+#define VERSION "0.4.5.11-dev"
#define HAVE_STRUCT_SOCKADDR_IN6
#define HAVE_STRUCT_IN6_ADDR