aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-23 13:48:13 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-23 13:48:13 -0400
commita8accd55f251b9be5da7a80894e6d76b6496e1ab (patch)
tree57c5e15c15f6bc0a40debda3dc0256508db4ed14 /doc
parent3323615dd2bffa54970624bb6eb2465f4064d812 (diff)
downloadtor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.tar.gz
tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.zip
Bump version (and explain how)
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index d94e0a90d7..6a484c9fb5 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -572,6 +572,10 @@ git branches too.
scripts/maint/updateVersions.pl to update version numbers in other
places, and commit. Then merge maint-0.2.x into release-0.2.x.
+ (NOTE: TO bump the version number, edit configure.ac, and then run
+ either make, or 'perl scripts/maint/updateVersions.pl', depending on
+ your version.)
+
5) Make dist, put the tarball up somewhere, and tell #tor about it. Wait
a while to see if anybody has problems building it. Try to get Sebastian
or somebody to try building it on Windows.