diff --git a/configure.ac b/configure.ac index 2adcb7c..2719017 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 14) -m4_define([SPICE_MICRO], 1) +m4_define([SPICE_MICRO], 2) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) diff --git a/meson.build b/meson.build index d414e8a..9d52a01 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # project definition # project('spice-protocol', 'c', - version : '0.14.1', + version : '0.14.2', license : 'BSD', meson_version : '>= 0.41.0')