diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-28 10:26:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-28 10:26:33 -0500 |
commit | d525d7aada590ee8898a6c88bd765cd1bcf06225 (patch) | |
tree | 454b91f7fd36ef67f83afa5605c695c5407b5dad /src/win32 | |
parent | 249126ff13d820a3f695ddc2c5c46611c9ca8af3 (diff) | |
parent | 57e778f882537b5c07465e87f763bcd032cc7ea1 (diff) | |
download | tor-d525d7aada590ee8898a6c88bd765cd1bcf06225.tar.gz tor-d525d7aada590ee8898a6c88bd765cd1bcf06225.zip |
Merge branch 'maint-0.2.6' into release-0.2.6
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 0bdaf92708..396149cb28 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -232,7 +232,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.6.10-dev" +#define VERSION "0.2.6.11" #define HAVE_STRUCT_SOCKADDR_IN6 |