summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-17 20:32:37 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-17 20:32:37 +0000
commitb4b3472b9fdbd0a53d413553c6dc6be5a8b0c4fa (patch)
treead972af93a20f0746d126c56945f019286e57259
parent60a3df5a09ec071bc3a7eba1055986a178e46f98 (diff)
downloadtor-b4b3472b9fdbd0a53d413553c6dc6be5a8b0c4fa.tar.gz
tor-b4b3472b9fdbd0a53d413553c6dc6be5a8b0c4fa.zip
Make the tor-gencert man page get included correctly in the tarball.
svn:r13163
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
-rw-r--r--doc/Makefile.am2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0726e73e59..185e6db85f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes in version 0.2.0.17-alpha - 2008-01-17
+ o Compile fixes:
+ - Make the tor-gencert man page get included correctly in the tarball.
+
+
Changes in version 0.2.0.16-alpha - 2008-01-17
o New directory authorities:
- Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory
diff --git a/configure.in b/configure.in
index 54851f4d63..0d2735acd9 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information
AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.16-alpha)
+AM_INIT_AUTOMAKE(tor, 0.2.0.17-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b8c8c67de4..60afcb7d52 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = website img HACKING \
- tor-resolve.1 \
+ tor-resolve.1 tor-gencert.1 \
tor-osx-dmg-creation.txt tor-rpm-creation.txt \
tor-win32-mingw-creation.txt
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 26b17247f6..6beb1dfcee 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.16-alpha"
+#define VERSION "0.2.0.17-alpha"