diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-23 13:48:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-23 13:48:13 -0400 |
commit | a8accd55f251b9be5da7a80894e6d76b6496e1ab (patch) | |
tree | 57c5e15c15f6bc0a40debda3dc0256508db4ed14 /doc | |
parent | 3323615dd2bffa54970624bb6eb2465f4064d812 (diff) | |
download | tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.tar.gz tor-a8accd55f251b9be5da7a80894e6d76b6496e1ab.zip |
Bump version (and explain how)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 4 |
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. |