diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-08 14:05:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-08 14:05:16 -0400 |
commit | 95a88f72832d9385ef8e4199d29f8f46090a4584 (patch) | |
tree | 1384ca96bff38a12127b609f126b7a2a666d1d61 /src/win32 | |
parent | b796ad0300d1b023bc38e5a1498b47bc2e680eae (diff) | |
download | tor-95a88f72832d9385ef8e4199d29f8f46090a4584.tar.gz tor-95a88f72832d9385ef8e4199d29f8f46090a4584.zip |
Add -dev to version number.
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 74a27f44fe..4a9ad29c64 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.12" +#define VERSION "0.2.6.12-dev" |