summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2023-02-11 19:20:53 +0100
committerChristian Persch <chpe@src.gnome.org>2023-02-11 19:20:53 +0100
commit26c3d4a7dd9b0cdbd2ebfc4ff28b06c987cc8c29 (patch)
treee89f90d55b1236dfa188b6f903db81b87ae8e5ae
parent177c96f2b7e58ba90a7b5738089e8a97094c84d5 (diff)
downloadvte-26c3d4a7dd9b0cdbd2ebfc4ff28b06c987cc8c29.tar.gz
build: Post release version bump
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1f445915..76dab029 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@
project(
'vte',
['c', 'cpp'],
- version: '0.70.3',
+ version: '0.70.4',
license: ['LGPL-3.0-or-later', 'GPL-3.0-or-later'],
default_options: [
'buildtype=release',