diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-20 10:29:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-20 10:29:16 -0400 |
commit | fed78bce8bc645866578a1739a10ee598bbaf4e0 (patch) | |
tree | 131c642303d6a612ff016cccec040a4a971a2136 /src | |
parent | e2112dd0c021fb620e90dbef3456f96635982cfc (diff) | |
download | tor-fed78bce8bc645866578a1739a10ee598bbaf4e0.tar.gz tor-fed78bce8bc645866578a1739a10ee598bbaf4e0.zip |
Whoops, bump the version properly.
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 c86e2b0fae..d3f3eb19ad 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.23" +#define VERSION "0.2.4.25-dev" |