summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-02-29 11:13:20 -0500
committerMatt Turner <mattst88@gmail.com>2024-02-29 11:13:20 -0500
commit54cad71674ec485cbbbf49876feaa8a69b97c828 (patch)
treead7395c86a486c7b13a7fe5f938c40e9f7760ce2
parentadd7c8db45f7a253a3a20b0be3a2bfb304fea894 (diff)
Pre-release version bump to 0.43.4pixman-0.43.4
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 438e6cf..e297840 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.3',
+ version : '0.43.4',
license : 'MIT',
meson_version : '>= 0.52.0',
default_options : ['c_std=gnu99', 'buildtype=debugoptimized'],
)
config = configuration_data()