diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-10 06:26:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-10 06:26:38 +0000 |
commit | d877aac5ad96528af9688b4e1ac05ce4242a6470 (patch) | |
tree | c917581a359bbd1b0c30a28c2b386e64b786f4d2 /src/win32 | |
parent | c230132562c744e5767f24aee05d81e5c99b7f39 (diff) | |
download | tor-d877aac5ad96528af9688b4e1ac05ce4242a6470.tar.gz tor-d877aac5ad96528af9688b4e1ac05ce4242a6470.zip |
Make windows version correct; initialize windows foolishness so that gethostbyname works.
svn:r1250
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 c8e089fb3c..6fd90bf37e 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -148,7 +148,7 @@ #define STDC_HEADERS /* Version number of package */ -#define VERSION "0.0.2pre6" +#define VERSION "0.0.2pre26" /* XXXX WWWW */ #define CONFDIR "" |