diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-19 13:14:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 13:14:24 -0500 |
commit | 6a7cb21e137641d404b462e2dd900f4eb670d9b4 (patch) | |
tree | d7abcf10eb23a52ccf08476878157f2714ab5b36 /configure.ac | |
parent | 1c5f2ee7c00999d1efc4ee2c3c1db17f92bc0662 (diff) | |
download | tor-6a7cb21e137641d404b462e2dd900f4eb670d9b4.tar.gz tor-6a7cb21e137641d404b462e2dd900f4eb670d9b4.zip |
Bump to 0.3.0.1-alpha
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 fea884b2f4..30e113d509 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.3.0.0-alpha-dev]) +AC_INIT([tor],[0.3.0.1-alpha]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |