diff options
author | Jason Evans <je@facebook.com> | 2010-03-02 21:01:16 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-03-02 21:01:16 (GMT) |
commit | a40bc7afe8ae71b05eba81805c87d92e9bf6ce27 (patch) | |
tree | 1d4debec1893cc5e69b5c7b4774db1948f46951f /.gitignore | |
parent | 22ca855e8fbf4c592f5e46aaec381b68de60c71a (diff) | |
download | jemalloc-a40bc7afe8ae71b05eba81805c87d92e9bf6ce27.zip jemalloc-a40bc7afe8ae71b05eba81805c87d92e9bf6ce27.tar.gz jemalloc-a40bc7afe8ae71b05eba81805c87d92e9bf6ce27.tar.bz2 |
Add release versioning support.0.0.0
Base version string on 'git describe --long', and provide cpp
macros in jemalloc.h.
Add the version mallctl.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ /jemalloc/src/jemalloc\.h /jemalloc/src/jemalloc_defs\.h /jemalloc/src/*.[od] +/jemalloc/VERSION |