diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-02 19:29:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-02 19:29:59 +0000 |
commit | a16ec39800744bab4bf127b5adb86821e2822bb1 (patch) | |
tree | aab33b418df83a56a3ee6cea0466061229189e97 | |
parent | bfc99760c330168a7a87941eac2cb0081b64f00b (diff) | |
download | tor-a16ec39800744bab4bf127b5adb86821e2822bb1.tar.gz tor-a16ec39800744bab4bf127b5adb86821e2822bb1.zip |
Windows version is 0.0.6 tootor-0.0.6.2tor-0.0.6.1tor-0.0.6
svn:r1771
-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 d6cdf2ee04..04629861b9 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -190,4 +190,4 @@ ine to the address where bug reports for this package should be sent. */ #define UNALIGNED_INT_ACCESS_OK /* Version number of package */ -#define VERSION "0.0.6rc4" +#define VERSION "0.0.6" |