diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-08-16 08:21:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-08-16 08:21:04 -0400 |
commit | fd38609ae2e5fd5cb826bbf0913f60685c6a66ac (patch) | |
tree | 3c812ed1e3342fbf9da0ced3fc75c24fc1cd079b /src | |
parent | df6a92dcc3e83cebaa9cfe98c52ae9eade218ff2 (diff) | |
download | tor-fd38609ae2e5fd5cb826bbf0913f60685c6a66ac.tar.gz tor-fd38609ae2e5fd5cb826bbf0913f60685c6a66ac.zip |
Make the version 0.4.6.7, not 0.4.6.7-dev.
Diffstat (limited to 'src')
-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 feb997196c..cc70a3ab19 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -217,7 +217,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.4.6.7-dev" +#define VERSION "0.4.6.7" #define HAVE_STRUCT_SOCKADDR_IN6 #define HAVE_STRUCT_IN6_ADDR |