Skip to content

Commit

Permalink
release mmlib-1.4.2
Browse files Browse the repository at this point in the history
Change-Id: I5eceaecaeefc5958982c78bad1874e7bfe86db49
  • Loading branch information
nbourdau committed Jan 10, 2023
1 parent 0e7fcaa commit be3ff20
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# set age to 0.

m4_define([lib_current],3)
m4_define([lib_revision],1)
m4_define([lib_revision],2)
m4_define([lib_age],2)

# Setup autoconf
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mmlib (1.4.2) unstable; urgency=medium

* No display in help of value type of argparse option when it does accept
value.

-- Nicolas Bourdaud <nicolas.bourdaud@gmail.com> Tue, 10 Jan 2023 06:36:55 +0100

mmlib (1.4.1) unstable; urgency=medium

* Fix meson script for gettext.
Expand Down
2 changes: 1 addition & 1 deletion mmpack/specs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mmlib
version: 1.4.1
version: file(../VERSION)
maintainer: nicolas.bourdaud@gmail.com
url: https://github.com/mmlabs-mindmaze/mmlib
licenses: [ Apache-2.0 ]
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ endif # windows

major = '1'
minor = '2'
patch = '1'
patch = '2'
version = major + '.' + minor + '.' + patch

mmlib_static = static_library('mmlib-static',
Expand Down

0 comments on commit be3ff20

Please sign in to comment.