bump to 0.2.1.3-alpha

svn:r16369
This commit is contained in:
Roger Dingledine
2008-08-03 05:35:42 +00:00
parent bf066be654
commit fd4a30d198
6 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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"