aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-10 07:26:56 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-10 07:26:56 +0000
commit7050df72454ef8f7e49f42d178ac6ef0ba19ec7c (patch)
treebbbd157c73181c6dae452e696724f6a783f7095d /src
parenta5d7ff5f106a0c11bc145692072ab8d64602d801 (diff)
downloadtor-7050df72454ef8f7e49f42d178ac6ef0ba19ec7c.tar
tor-7050df72454ef8f7e49f42d178ac6ef0ba19ec7c.tar.gz
bump to 0.2.0.10-alpha
svn:r12455
Diffstat (limited to 'src')
-rw-r--r--src/or/rephist.c2
-rw-r--r--src/win32/orconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index bd4d837fb..a29decfba 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -456,7 +456,7 @@ rep_hist_get_weighted_time_known(const char *id, time_t when)
}
/** Return true if we've been measuring MTBFs for long enough to
- * prounounce on Stability. */
+ * pronounce on Stability. */
int
rep_hist_have_measured_enough_stability(void)
{
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 8396f6e70..bdafc8a96 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.9-alpha-dev"
+#define VERSION "0.2.0.10-alpha"