blob: 0538bc3e5c15884cd834068cd16357babf46dd1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
From 915bc44d9f243075d084238c72089a346036388c Mon Sep 17 00:00:00 2001
From: Changqing Li <changqing.li@windriver.com>
Date: Thu, 29 May 2025 10:08:21 +0800
Subject: [PATCH] configure.ac: correct the version
The source is here:
https://salsa.debian.org/cinnamon-team/libtimezonemap
Upstream-Status: Pending [ register account rejected ]
Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 3f74dae..24eb0e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libtimezonemap],
- [0.4.4],
+ [0.4.6],
[http://bugs.launchpad.net/libtimezonemap],
[libtimezonemap],
[http://launchpad.net/libtimezonemap])
--
2.34.1
|