forked from pool/qclib
3d5a70b50b
- Upgraded to version 2.3.0 (jsc#SLE-18327) * Changes: - Only export symbols exposed in public header - `config.doxygen`: Remove obsolete variables - `zname`, `zhypinfo`: Add version switch - Updated the URL in the spec file to point to the github repository - Added the following patches from IBM's git repository * qclib-sles15sp4-doc-fix-installing-README.patch * qclib-sles15sp4-Fix-version-info.patch OBS-URL: https://build.opensuse.org/request/show/920678 OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=34
27 lines
603 B
Diff
27 lines
603 B
Diff
From 9cbcf8a85b93f6b18ef42c2ae0ffef4c3da6244f Mon Sep 17 00:00:00 2001
|
|
From: Stefan Raspl <raspl@linux.ibm.com>
|
|
Date: Mon, 28 Jun 2021 14:28:04 +0200
|
|
Subject: [PATCH] Fix version info
|
|
|
|
Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
|
|
---
|
|
query_capacity.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/query_capacity.h b/query_capacity.h
|
|
index e8a69ed..f3bfc49 100644
|
|
--- a/query_capacity.h
|
|
+++ b/query_capacity.h
|
|
@@ -5,7 +5,7 @@
|
|
#ifndef QUERY_CAPACITY
|
|
#define QUERY_CAPACITY
|
|
|
|
-#define QC_VERSION "2.2.99"
|
|
+#define QC_VERSION "2.3.0"
|
|
|
|
|
|
/* Build Customization */
|
|
--
|
|
2.26.2
|
|
|