mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
bump to 0.2.1.3-alpha
svn:r16369
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user