diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-30 23:53:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-30 23:53:09 +0000 |
commit | ec376c5fbdbee5e68a54de32d7b4e9804b73268a (patch) | |
tree | 895aa3b4a7c27b739a239b414d55adcae53cb757 /configure.in | |
parent | 57c6264ede981e49aa062b9c08d6df6269de66dd (diff) | |
download | tor-ec376c5fbdbee5e68a54de32d7b4e9804b73268a.tar.gz tor-ec376c5fbdbee5e68a54de32d7b4e9804b73268a.zip |
bump to 0.2.0.3-alpha-dev
svn:r10999
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3cc14fcbec..5e2d52adb6 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.0.3-alpha) +AM_INIT_AUTOMAKE(tor, 0.2.0.3-alpha-dev) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST |