[ghex] build: Bump version numbers for 43.x release cycle
- From: Logan Rathbone <larathbone src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex] build: Bump version numbers for 43.x release cycle
- Date: Tue, 19 Apr 2022 23:52:06 +0000 (UTC)
commit 81c3c61109e995888a78ad3129c861d4ad7e108a
Author: Logan Rathbone <poprocks gmail com>
Date: Tue Apr 19 19:51:59 2022 -0400
build: Bump version numbers for 43.x release cycle
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 94adbad..0e9c386 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'ghex', 'c',
- version: '42.0',
+ version: '43.alpha',
meson_version: '>=0.59.0',
license: 'GPL2'
)
@@ -30,7 +30,7 @@ ghex_version_major = version_arr[0].to_int()
# libgtkhex version info
libgtkhex_api_version = 4
libgtkhex_version_major = 0
-libgtkhex_version_minor = 0
+libgtkhex_version_minor = 1
libgtkhex_version_micro = 0
libgtkhex_version = '@0@.@1@.@2@'.format(libgtkhex_api_version, libgtkhex_version_minor,
libgtkhex_version_micro)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]