[tor-commits] [obfs4/master] Bump the version to 0.0.8-dev, signifying development towards 0.0.8.

yawning at torproject.org yawning at torproject.org
Tue Nov 15 19:22:12 UTC 2016


commit 97a875ec3c0afa629405c78e750d27e4e1f851ca
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Tue Nov 15 19:21:38 2016 +0000

    Bump the version to 0.0.8-dev, signifying development towards 0.0.8.
---
 ChangeLog                | 2 ++
 obfs4proxy/obfs4proxy.go | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 63df565..8c89813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.0.8 - UNRELEASED:
+
 Changes in version 0.0.7 - 2016-11-15:
  - Support configuring the obfs4 IAT parameter as the sole
    ServerTransportOption on bridges, and correctly checkpoint the argument
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 95f19ff..fa8e126 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.7"
+	obfs4proxyVersion = "0.0.8-dev"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list