aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h2
-rw-r--r--src/win32/orconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 9d9b8511d..07dd9da0a 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3538,7 +3538,7 @@ typedef enum version_status_t {
VS_NEW_IN_SERIES=3, /**< This version is newer than any recommended version
* in its series, but later recommended versions exist.
*/
- VS_UNRECOMMENDED=4 /**< This version is not recommended (general case) */
+ VS_UNRECOMMENDED=4 /**< This version is not recommended (general case). */
} version_status_t;
typedef struct combined_version_status_t {
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 2284d523a..a5fc4c0a7 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.0.4-alpha-dev"
+#define VERSION "0.2.0.5-alpha"