diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 14:05:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 14:05:08 -0400 |
commit | ec3ce773ad1394441049337befc8ff7e0867b093 (patch) | |
tree | f7622a5436397bca419eb9d0bb49795731277088 /src | |
parent | 8e439a66f3846b65a16b62936ad1d35dbf902e9d (diff) | |
download | tor-ec3ce773ad1394441049337befc8ff7e0867b093.tar.gz tor-ec3ce773ad1394441049337befc8ff7e0867b093.zip |
Add -dev to version number.
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 5468455489..d2bb090e3a 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -241,7 +241,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.4.29" +#define VERSION "0.2.4.29-dev" |