28 lines
707 B
Diff
28 lines
707 B
Diff
From 01bcf3b6163a1e43845fbc08efe9ff551534db3c Mon Sep 17 00:00:00 2001
|
|
From: Aleksey Kravchenko <rhash.admin@gmail.com>
|
|
Date: Wed, 15 Jun 2022 06:17:59 +0300
|
|
Subject: [PATCH 1/2] Fix version macro
|
|
|
|
---
|
|
bindings/version.properties | 2 +-
|
|
version.h | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/bindings/version.properties b/bindings/version.properties
|
|
index 162590e..54aef26 100644
|
|
--- a/bindings/version.properties
|
|
+++ b/bindings/version.properties
|
|
@@ -1 +1 @@
|
|
-version=1.4.2
|
|
+version=1.4.3
|
|
diff --git a/version.h b/version.h
|
|
index af30db7..3fc0325 100644
|
|
--- a/version.h
|
|
+++ b/version.h
|
|
@@ -1 +1 @@
|
|
-#define VERSION "1.4.2"
|
|
+#define VERSION "1.4.3"
|
|
--
|
|
2.36.1
|
|
|