diff options
author | Roger Dingledine <arma@torproject.org> | 2008-08-03 05:35:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-08-03 05:35:42 +0000 |
commit | fd4a30d198e2ff166b0fcee9243923eb1b58fcd4 (patch) | |
tree | ecc50e293f16f63c04cac6e0acd70417cde0ab72 /src | |
parent | bf066be6546f05cd59c54f994f9d32e012817a73 (diff) | |
download | tor-fd4a30d198e2ff166b0fcee9243923eb1b58fcd4.tar.gz tor-fd4a30d198e2ff166b0fcee9243923eb1b58fcd4.zip |
bump to 0.2.1.3-alphator-0.2.1.3-alpha
svn:r16369
Diffstat (limited to 'src')
-rw-r--r-- | src/or/or.h | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 9777bc6233..14f032fdd8 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -881,7 +881,7 @@ typedef struct connection_t { const char *marked_for_close_file; /**< For debugging: in which file were * we marked for close? */ char *address; /**< FQDN (or IP) of the guy on the other end. - * strdup into this, because free_connection frees it. */ + * strdup into this, because free_connection() frees it. */ /** Another connection that's connected to this one in lieu of a socket. */ struct connection_t *linked_conn; diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 4cf47eac41..d9153c7005 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -227,6 +227,6 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.2.1.2-alpha-dev" +#define VERSION "0.2.1.3-alpha" |