Skip to content

Commit 8a534f8

Browse files
committed
Release mmlib-1.2.1
Change-Id: I4b02d2c19f0a51ce04e6b7157fb0ad7d3d3391fc
1 parent 07680bf commit 8a534f8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
# set age to 0.
1111

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

1616
# Setup autoconf
17-
AC_INIT(mmlib,[1.2.0],[nicolas.bourdaud@mindmaze.com])
17+
AC_INIT(mmlib,[1.2.1],[nicolas.bourdaud@mindmaze.com])
1818
AC_CONFIG_SRCDIR([src/mmlog.h])
1919
#AC_CONFIG_LIBOBJ_DIR([lib])
2020
AC_CONFIG_MACRO_DIR([m4])

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mmlib (1.2.1) UNRELEASED; urgency=medium
1+
mmlib (1.2.1) unstable; urgency=medium
22

33
* Remove skeleton type
44
* Remove calibration related types
@@ -8,7 +8,7 @@ mmlib (1.2.1) UNRELEASED; urgency=medium
88
* mm_poll() - ignore negative file descriptors
99
* move locales in its own package (mmlib-l10n)
1010

11-
-- Nicolas Bourdaud <nicolas.bourdaud@mindmaze.com> Mon, 06 Jan 2020 14:10:31 +0100
11+
-- Nicolas Bourdaud <nicolas.bourdaud@mindmaze.com> Wed, 11 Mar 2020 12:34:34 +0100
1212

1313
mmlib (1.1.0) unstable; urgency=medium
1414

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('mmlib', 'c',
2-
version: '1.2.0',
2+
version: '1.2.1',
33
license: 'apache2',
44
meson_version: '>= 0.49',
55
default_options: [

mmpack/specs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
general:
22
name: mmlib
3-
version: 1.2.0
3+
version: 1.2.1
44
maintainer: nicolas.bourdaud@mindmaze.com
55
url: https://github.com/mmlabs-mindmaze/mmlib
66
licenses: [ Apache-2.0 ]

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ endif # windows
137137

138138
major = '1'
139139
minor = '0'
140-
patch = '0'
140+
patch = '1'
141141
version = major + '.' + minor + '.' + patch
142142

143143
mmlib_static = static_library('mmlib-static',

0 commit comments

Comments
 (0)