[tor-commits] [tor/master] Bump to 0.4.0.1-alpha-dev

nickm at torproject.org nickm at torproject.org
Fri Jan 18 15:09:01 UTC 2019


commit 67f275f8dacc53f10b34b431028cebe346d0369c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 18 10:08:57 2019 -0500

    Bump to 0.4.0.1-alpha-dev
---
 configure.ac                        | 2 +-
 contrib/win32build/tor-mingw.nsi.in | 2 +-
 src/win32/orconfig.h                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6d1b58923..75bb0c7bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.0.1-alpha])
+AC_INIT([tor],[0.4.0.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index bc8ab7de9..4f2f82d00 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.0.1-alpha"
+!define VERSION "0.4.0.1-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 51b78b0b3..c618c5b49 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.0.1-alpha"
+#define VERSION "0.4.0.1-alpha-dev"
 
 
 



More information about the tor-commits mailing list