projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc0f7c
)
post release version bump
author
Øyvind Kolås
<pippin@gimp.org>
Wed, 12 Jun 2019 17:45:50 +0000
(19:45 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Wed, 12 Jun 2019 17:45:50 +0000
(19:45 +0200)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3e2f0a8fde1582229d6528f3e8b4bd331ee67208..6d89762dffa2232115294d3397462ff1125c31d1 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
6
])
+m4_define([babl_micro_version], [6
7
])
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 2a516742fbfb5d23e6a2d60d8287391346fe2e32..983b72326ebcd6ac111118eb9ce90324c92859f9 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.6
6
',
+ version: '0.1.6
7
',
meson_version: '>=0.47.0',
default_options: [
'libdir=lib',