diff options
Diffstat (limited to 'contrib/libottery/ottery_version.h.in')
-rw-r--r-- | contrib/libottery/ottery_version.h.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/libottery/ottery_version.h.in b/contrib/libottery/ottery_version.h.in new file mode 100644 index 0000000..1b6a244 --- /dev/null +++ b/contrib/libottery/ottery_version.h.in @@ -0,0 +1,28 @@ +/* Libottery by Nick Mathewson. + + This software has been dedicated to the public domain under the CC0 + public domain dedication. + + To the extent possible under law, the person who associated CC0 with + libottery has waived all copyright and related or neighboring rights + to libottery. + + You should have received a copy of the CC0 legalcode along with this + work in doc/cc0.txt. If not, see + <http://creativecommons.org/publicdomain/zero/1.0/>. + */ +#ifndef OTTERY_VERSION_H_HEADER_INCLUDED_ +#define OTTERY_VERSION_H_HEADER_INCLUDED_ + +/** + * Version number for Libottery. The first three bytes are the major number, + * minor number, and patch-level respectively. The final byte is 0 for a + * released version, and nonzero otherwise. + */ +#undef OTTERY_VERSION +/** + * Human-readable string representing the Libottery version. + */ +#undef OTTERY_VERSION_STRING + +#endif |