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

yawning at torproject.org yawning at torproject.org
Thu Apr 23 00:33:02 UTC 2015


commit 37a709d8b4fec837c0c88c495e7ea926953d974f
Author: Yawning Angel <yawning at torproject.org>
Date:   Thu Apr 23 00:32:25 2015 +0000

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

diff --git a/ChangeLog b/ChangeLog
index 3569518..15de989 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.0.6 - UNRELEASED:
+
 Changes in version 0.0.5 - 2015-04-15:
  - Go vet/fmt fixes, and misc. code cleanups.  Patches by mvdan.
  - Changed the go.net import path to the new location (golang.org/x/net).
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 5d13b32..5f7f171 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.5"
+	obfs4proxyVersion = "0.0.6-dev"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list