Skip to content

Commit

Permalink
release mmlib-1.4.1
Browse files Browse the repository at this point in the history
Change-Id: I7cabd41c5620447cec3ff05bb9e635d6c6b1c492
  • Loading branch information
nbourdau committed Jun 1, 2022
1 parent fe6aee8 commit c441ef4
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.0
1.4.1
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],0)
m4_define([lib_revision],1)
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.1) unstable; urgency=medium

* Fix meson script for gettext.
* Fix library version when compiled with autotools

-- Nicolas Bourdaud <nicolas.bourdaud@gmail.com> Sat, 28 May 2022 00:01:20 +0200

mmlib (1.4.0) unstable; urgency=medium

* Repurpose blksize field of mm_stat to expose atime.
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.0
version: 1.4.1
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 = '0'
patch = '1'
version = major + '.' + minor + '.' + patch

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

0 comments on commit c441ef4

Please sign in to comment.