Skip to content

Commit fc8fd2e

Browse files
committed
Release 2.2.0
1 parent d18f3d6 commit fc8fd2e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### lapiz 2.2.0
2+
3+
* Build with a libbean that uses libgirepository-2.0
4+
* ci: some improvements
5+
* build: require glib 2.85.0
6+
7+
18
### lapiz 2.1.0
29

310
* lapiz-commands-help: update copyright to 2025

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
33
AC_PREREQ(2.63.2)
44

55
m4_define(lapiz_major_version, 2)
6-
m4_define(lapiz_minor_version, 1)
6+
m4_define(lapiz_minor_version, 2)
77
m4_define(lapiz_micro_version, 0)
88
m4_define(lapiz_version, lapiz_major_version.lapiz_minor_version.lapiz_micro_version)
99

0 commit comments

Comments
 (0)