File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
# set age to 0.
11
11
12
12
m4_define ( [ lib_current] ,1 )
13
- m4_define ( [ lib_revision] ,0 )
13
+ m4_define ( [ lib_revision] ,1 )
14
14
m4_define ( [ lib_age] ,0 )
15
15
16
16
# Setup autoconf
17
- AC_INIT ( mmlib ,[ 1.2.0 ] ,[ nicolas.bourdaud@mindmaze.com] )
17
+ AC_INIT ( mmlib ,[ 1.2.1 ] ,[ nicolas.bourdaud@mindmaze.com] )
18
18
AC_CONFIG_SRCDIR ( [ src/mmlog.h] )
19
19
# AC_CONFIG_LIBOBJ_DIR([lib])
20
20
AC_CONFIG_MACRO_DIR ( [ m4] )
Original file line number Diff line number Diff line change 1
- mmlib (1.2.1) UNRELEASED ; urgency=medium
1
+ mmlib (1.2.1) unstable ; urgency=medium
2
2
3
3
* Remove skeleton type
4
4
* Remove calibration related types
@@ -8,7 +8,7 @@ mmlib (1.2.1) UNRELEASED; urgency=medium
8
8
* mm_poll() - ignore negative file descriptors
9
9
* move locales in its own package (mmlib-l10n)
10
10
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
12
12
13
13
mmlib (1.1.0) unstable; urgency=medium
14
14
Original file line number Diff line number Diff line change 1
1
project (' mmlib' , ' c' ,
2
- version : ' 1.2.0 ' ,
2
+ version : ' 1.2.1 ' ,
3
3
license : ' apache2' ,
4
4
meson_version : ' >= 0.49' ,
5
5
default_options : [
Original file line number Diff line number Diff line change 1
1
general:
2
2
name: mmlib
3
- version: 1.2.0
3
+ version: 1.2.1
4
4
maintainer: nicolas.bourdaud@mindmaze.com
5
5
url: https://github.com/mmlabs-mindmaze/mmlib
6
6
licenses: [ Apache-2.0 ]
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ endif # windows
137
137
138
138
major = ' 1'
139
139
minor = ' 0'
140
- patch = ' 0 '
140
+ patch = ' 1 '
141
141
version = major + ' .' + minor + ' .' + patch
142
142
143
143
mmlib_static = static_library (' mmlib-static' ,
You can’t perform that action at this time.
0 commit comments