Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gcr
Commits
dc33aca7
Commit
dc33aca7
authored
Oct 11, 2022
by
Niels De Graef
😁
Browse files
Release stable version 4.0.0
parent
3b0c0411
Pipeline
#452785
failed with stages
in 9 minutes and 3 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
dc33aca7
gcr 4.0.0:
- This the first stable release of gcr4 and gck2
- Updated translations
gcr 3.92.0:
- This is the beta release of gcr4, which is a major version bump after gcr3
with several API and ABI breaks.
...
...
meson.build
View file @
dc33aca7
project
(
'gcr'
,
'c'
,
version
:
'
3.92
.0'
,
version
:
'
4.0
.0'
,
meson_version
:
'>= 0.59'
,
license
:
'GPL2+'
,
)
...
...
@@ -18,7 +18,7 @@ gcr_minor_version = gcr_version_array[1].to_int()
gcr_micro_version
=
gcr_version_array
[
2
].
to_int
()
gck_api_version
=
'2'
gck_version
=
'
1.92
.0'
gck_version
=
'
2.0
.0'
gck_soversion
=
'0.0.0'
gck_version_array
=
gck_version
.
split
(
'.'
)
gck_major_version
=
gck_version_array
[
0
].
to_int
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment