version: bugfix changed to revision
[rofl0r-kripto.git] / lib / version.c
blobf936a88506d434efac6c4ad70678abbef722e06b
1 /*
2 * Written in 2013 by Gregor Pintar <grpintar@gmail.com>
4 * To the extent possible under law, the author(s) have dedicated
5 * all copyright and related and neighboring rights to this software
6 * to the public domain worldwide.
7 *
8 * This software is distributed without any warranty.
10 * You should have received a copy of the CC0 Public Domain Dedication.
11 * If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
14 #include <kripto/version.h>
16 const unsigned int kripto_version_major = KRIPTO_VERSION_MAJOR;
17 const unsigned int kripto_version_minor = KRIPTO_VERSION_MINOR;
18 const unsigned int kripto_version_revision = KRIPTO_VERSION_REVISION;