diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-24 23:53:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-24 23:53:18 -0500 |
commit | 916aa8022d8bafac86966b71fb5b43f20cf91ccd (patch) | |
tree | efdfaecc90deb592e7788cf9a7d8923f9170ecd9 /changes | |
parent | eaa3a379f0ba15e488054a686b1eb838ebbf7cc5 (diff) | |
download | tor-916aa8022d8bafac86966b71fb5b43f20cf91ccd.tar tor-916aa8022d8bafac86966b71fb5b43f20cf91ccd.tar.gz |
Basic support for a "make version" target to declare the source version
This is katmagic's idea. See issue 4400.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/make_version | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/make_version b/changes/make_version new file mode 100644 index 000000000..b736a875e --- /dev/null +++ b/changes/make_version @@ -0,0 +1,4 @@ + o Minor features (build): + - Running "make version" now displays the version of Tor that + we're about to build. Idea from katmagic; resolves issue 4400. + |