Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mlcoch <tmlcoch@redhat.com>2013-02-11 12:06:30 +0400
committerTomas Mlcoch <tmlcoch@redhat.com>2013-02-11 12:06:30 +0400
commit6a2c3b4c65160469e2ed658e19dc99e72d6444b4 (patch)
tree52287e8f9de7534f5ed0730817932b6e456839a4
parent26c7a53db05745b11ae802bce1d9b646b57a63d2 (diff)
Bump to 0.1.150.1.15
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 6e8d506..8131a5f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -30,7 +30,7 @@ extern "C" {
/**@{*/
#define CR_MAJOR_VERSION 0 /*!< major library version */
#define CR_MINOR_VERSION 1 /*!< minor library version */
-#define CR_PATCH_VERSION 14 /*!< patch library version */
+#define CR_PATCH_VERSION 15 /*!< patch library version */
/**@}*/
#ifdef __cplusplus