diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-19 10:05:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-19 10:05:08 -0500 |
commit | cef802a041e0f979295a890efe20a5ff924a1719 (patch) | |
tree | 87893ef39aacd695b54c394b83f2f94b93597df3 /src/win32 | |
parent | 0cdc321ae97618b2ca92c82e25cc43c25800aad9 (diff) | |
download | tor-cef802a041e0f979295a890efe20a5ff924a1719.tar.gz tor-cef802a041e0f979295a890efe20a5ff924a1719.zip |
Increment version to 0.2.6.3-alpha
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 d1a5b4b3e2..d8456541f1 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.2-alpha-dev" +#define VERSION "0.2.6.3-alpha" |