diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-18 15:18:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-18 15:18:26 -0400 |
commit | c6e1080211f654f2f57c2604cee7ae6915a9261f (patch) | |
tree | 1a33dd0df1625cf7173ac99cf633ddbdad6bbd66 /src/win32 | |
parent | 3487d26de33b5c27107fcc97f34be656a377887f (diff) | |
download | tor-c6e1080211f654f2f57c2604cee7ae6915a9261f.tar.gz tor-c6e1080211f654f2f57c2604cee7ae6915a9261f.zip |
Bump version in master to 0.2.6.0-alpha-dev
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 4698a2cbe7..2f1a53c869 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.5.5-alpha-dev" +#define VERSION "0.2.6.0-alpha-dev" |