commit 4ca41e7b55f5dfabd2aa4e47527434257891b4e2 Author: Andrew Lewman andrew@torproject.org Date: Tue Jun 28 22:38:04 2011 -0400
bump the version to 0.1.1-dev --- tordnsel.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tordnsel.cabal b/tordnsel.cabal index bd7972e..ccd68a8 100644 --- a/tordnsel.cabal +++ b/tordnsel.cabal @@ -1,5 +1,5 @@ Name: TorDNSEL -Version: 0.1.1 +Version: 0.1.1-dev Synopsis: provides a DNSBL-style interface for detecting Tor exit nodes Description: TorDNSEL implements a design for a DNSBL-style interface for detecting connections exiting the Tor network. This design and its rationale @@ -59,7 +59,7 @@ Other-Modules: TorDNSEL.Config, HS-Source-Dirs: src Includes: sys/types.h, unistd.h, sysexits.h, netinet/in.h, openssl/rand.h Extra-Libraries: crypto -GHC-Options: -O2 -Wall -Werror -DVERSION="0.1.1" +GHC-Options: -O2 -Wall -Werror -DVERSION="0.1.1-dev"
Executable: runtests Buildable: False
tor-commits@lists.torproject.org