diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-03 13:58:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-03 13:58:50 -0500 |
commit | 54ec335434727539a1c45d5d68cc787f9bc5f522 (patch) | |
tree | e8b9bf7bdda98a79fab5f338e390a7e031cee40c /configure.ac | |
parent | bb2ea3642d54ff03d7d60e593113f4e64e9e07ab (diff) | |
download | tor-54ec335434727539a1c45d5d68cc787f9bc5f522.tar.gz tor-54ec335434727539a1c45d5d68cc787f9bc5f522.zip |
Bump to 0.3.0.3-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 0d2dd06b77..c9e0c2a4ba 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.3-alpha]) +AC_INIT([tor],[0.3.0.3-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |