diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-10 19:49:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-10 19:49:20 -0400 |
commit | 99cb9696ac617a42a78d9ebfa3f169fd8e4a3d88 (patch) | |
tree | de18bdaf4273942625c331e1319de2f1b35531a5 /configure.ac | |
parent | 77d17a360767d8a14ce42a1dd91a8c65973bb768 (diff) | |
download | tor-99cb9696ac617a42a78d9ebfa3f169fd8e4a3d88.tar.gz tor-99cb9696ac617a42a78d9ebfa3f169fd8e4a3d88.zip |
Bump version to 0.2.4.2-alpha-dev
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 990fba9a99..ab291b11c4 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.2-alpha]) +AC_INIT([tor],[0.2.4.2-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |