summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.h7
-rw-r--r--Make.config2
2 files changed, 6 insertions, 3 deletions
diff --git a/HISTORY.h b/HISTORY.h
index 8efa61c..f5af6ef 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -4,8 +4,8 @@
* -----------------------------------
*/
-#define _VERSION "1.2.0"
-#define VERSION_DATE "03.01.2022"
+#define _VERSION "1.2.1"
+#define VERSION_DATE "04.01.2022"
#define DB_API 7
#ifdef GIT_REV
@@ -18,6 +18,9 @@
* ------------------------------------
*
+2022-01-04: version 1.2.1 (horchi)
+ - change: Makefile change du to more distribution compatibility
+
2022-01-03: version 1.2.0 (horchi)
- change: Removed dependency to mysql-compat package
diff --git a/Make.config b/Make.config
index 2034832..dfe1a8b 100644
--- a/Make.config
+++ b/Make.config
@@ -31,7 +31,7 @@ PYTHON ?= python
# ------------------
# internals
-SQLCFG = mariadb-config
+SQLCFG = mariadb_config
ifdef MYSQL
SQLCFG = mysql_config