projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412c8b0
)
post-release version bump
author
Øyvind Kolås
<pippin@gimp.org>
Sat, 2 Feb 2019 19:46:29 +0000
(20:46 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sat, 2 Feb 2019 19:46:29 +0000
(20:46 +0100)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c59b4d1a198ef160f9135a0a15dbdc59b6fe1447..e0843ebd895988c7e217a6a1104e23a486e58863 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [6
2
])
+m4_define([babl_micro_version], [6
3
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index abc84d664e7ed8471640120d386b3408a1552041..95270b4c5b00e2a92fc871c1f7e12e74b3994963 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.6
2
',
+ version: '0.1.6
3
',
meson_version: '>=0.40.0',
default_options: [
'libdir=lib',