From dc5591e09a93233d5f223587aecd3465b0410dae Mon Sep 17 00:00:00 2001 From: Gregor Pintar Date: Sun, 18 Aug 2013 21:27:14 +0200 Subject: [PATCH] version_revision changed to version_bugfix --- include/kripto/version.h | 4 ++-- lib/version.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/kripto/version.h b/include/kripto/version.h index 9815f68..671ad46 100644 --- a/include/kripto/version.h +++ b/include/kripto/version.h @@ -3,10 +3,10 @@ #define KRIPTO_VERSION_MAJOR 0 #define KRIPTO_VERSION_MINOR 1 -#define KRIPTO_VERSION_REVISION 0 +#define KRIPTO_VERSION_BUGFIX 0 extern const unsigned int kripto_version_major; extern const unsigned int kripto_version_minor; -extern const unsigned int kripto_version_revision; +extern const unsigned int kripto_version_bugfix; #endif diff --git a/lib/version.c b/lib/version.c index d6a2322..6064662 100644 --- a/lib/version.c +++ b/lib/version.c @@ -16,4 +16,4 @@ const unsigned int kripto_version_major = 0; const unsigned int kripto_version_minor = 1; -const unsigned int kripto_version_revision = 0; +const unsigned int kripto_version_bugfix = 0; -- 2.11.4.GIT