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
glibmm
Commits
ca716cab
Commit
ca716cab
authored
Sep 19, 2022
by
Kjell Ahlstedt
Browse files
2.74.0
parent
ef81cfc0
Pipeline
#445556
passed with stages
in 8 minutes and 54 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ca716cab
2.74.0 (stable):
Gio:
* ListStore: Add find()
* File: Add create_tmp()
(Kjell Ahlstedt)
Documentation:
* File: Document create_for_parse_name()
(Kjell Ahlstedt)
2.73.2 (unstable):
Glib:
...
...
configure.ac
View file @
ca716cab
...
...
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([glibmm], [2.7
3.2
],
AC_INIT([glibmm], [2.7
4.0
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
ca716cab
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.7
3.2
'
,
version
:
'2.7
4.0
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++17'
,
...
...
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