Skip to content

Commit be3ff20

Browse files
committed
release mmlib-1.4.2
Change-Id: I5eceaecaeefc5958982c78bad1874e7bfe86db49
1 parent 0e7fcaa commit be3ff20

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# set age to 0.
1111

1212
m4_define([lib_current],3)
13-
m4_define([lib_revision],1)
13+
m4_define([lib_revision],2)
1414
m4_define([lib_age],2)
1515

1616
# Setup autoconf

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mmlib (1.4.2) unstable; urgency=medium
2+
3+
* No display in help of value type of argparse option when it does accept
4+
value.
5+
6+
-- Nicolas Bourdaud <[email protected]> Tue, 10 Jan 2023 06:36:55 +0100
7+
18
mmlib (1.4.1) unstable; urgency=medium
29

310
* Fix meson script for gettext.

mmpack/specs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mmlib
2-
version: 1.4.1
2+
version: file(../VERSION)
33
maintainer: [email protected]
44
url: https://github.com/mmlabs-mindmaze/mmlib
55
licenses: [ Apache-2.0 ]

src/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ endif # windows
139139

140140
major = '1'
141141
minor = '2'
142-
patch = '1'
142+
patch = '2'
143143
version = major + '.' + minor + '.' + patch
144144

145145
mmlib_static = static_library('mmlib-static',

0 commit comments

Comments
 (0)