From 6b4f4375a878ccda98926c9363520ea2cb1d2dbd Mon Sep 17 00:00:00 2001 From: sulincix Date: Thu, 15 Aug 2024 20:44:27 +0000 Subject: [PATCH] 1.3 version --- debian/changelog | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44d704f..5160128 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ymp (1.2) unstable; urgency=medium +ymp (1.3) unstable; urgency=medium * Initial commit diff --git a/meson.build b/meson.build index d16048f..ab0275e 100755 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'ymp', 'vala', 'c', meson_version: '>= 0.58.0', - version : '1.2', + version : '1.3', license: ['GplV3'] ) if meson.get_compiler('vala').version().version_compare('<0.54.9')