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
e7759406
Commit
e7759406
authored
Mar 22, 2020
by
Kjell Ahlstedt
Browse files
2.64.2
parent
54a5d391
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
e7759406
2.64.2: (stable):
Glib:
* build_filename(): Fix the template overload
(Kjell Ahlstedt) Issue #71 (Kalev Lember)
Build:
* Meson build: Install generate_extra_defs.h
(Kjell Ahlstedt) Issue #70 (Jan Alexander Steffens)
2.64.1: (stable):
Glib:
...
...
README
View file @
e7759406
...
...
@@ -13,7 +13,7 @@ See README.win32
## Building from a release tarball
Extract the tarball and go to the extracted directory:
$ tar xf glibmm-@GLIBMM_VERSION@.tar.
g
z
$ tar xf glibmm-@GLIBMM_VERSION@.tar.
x
z
$ cd glibmm-@GLIBMM_VERSION@
It's easiest to build with Meson, if the tarball was made with Meson,
...
...
configure.ac
View file @
e7759406
...
...
@@ -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.64.
1
],
AC_INIT([glibmm], [2.64.
2
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
e7759406
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.64.
1
'
,
version
:
'2.64.
2
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++11'
...
...
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