]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.5.3-rc-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 12 Jan 2021 21:08:07 +0000 (16:08 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 Jan 2021 21:08:07 +0000 (16:08 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f74d8ec9db4ad5a0f758508e440d91df721330bf..6d50dc950891ae7d411986bba354e187e14a807e 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.5.3-rc])
+AC_INIT([tor],[0.4.5.3-rc-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -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-01-11"], # for 0.4.5.3-rc
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-01-12"], # for 0.4.5.3-rc-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 42af8995634512f25269516f73a23484df610c24..1b6141079d6158bc6e95c22653eb40f8c8d1ce78 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.5.3-rc"
+!define VERSION "0.4.5.3-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c29c37c974d7661c0e6d2612cc4bf67d8dc2a3b5..93ba701f18e958b21a36a3ff8813f9cd539901b8 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.5.3-rc"
+#define VERSION "0.4.5.3-rc-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR