diff --git a/configure.ac b/configure.ac
index 2a2b8a48feede2b2b616c67c3537fe4ceab94dd7..9963a97d49642bd9afd2792ba71976086c65bb82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2012, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.4.6-alpha])
+AC_INIT([tor],[0.2.4.6-alpha-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index ae79fe3375f1b4354696adbe7fcfae294b2e93fe..c22d0c5dcdf45ee1e1a65bc8a508473fd5a35795 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.4.6-alpha"
+!define VERSION "0.2.4.6-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 a08cde268d4f50cd2ea4f5e43a418f073f02dd4d..8fe31a02f9a368896cb73363546926f1582356bd 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -232,7 +232,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.4.6-alpha"
+#define VERSION "0.2.4.6-alpha-dev"