summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-02-29 11:19:46 -0500
committerMatt Turner <mattst88@gmail.com>2024-02-29 11:19:46 -0500
commitb252d40714bc23d6201a93d599a23193a2875468 (patch)
tree88e6c6736e7b15249f16e0b7190922b66e41381e
parent54cad71674ec485cbbbf49876feaa8a69b97c828 (diff)
Post-release version bump to 0.43.5HEADmaster
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e297840..3dd3b12 100644
--- a/meson.build
+++ b/meson.build
@@ -18,13 +18,13 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
project(
'pixman',
['c'],
- version : '0.43.4',
+ version : '0.43.5',
license : 'MIT',
meson_version : '>= 0.52.0',
default_options : ['c_std=gnu99', 'buildtype=debugoptimized'],
)
config = configuration_data()