Skip to content

Commit 2996c74

Browse files
committed
Release 1.25.1
1 parent 543bb8f commit 2996c74

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### croma 1.25.1
2+
3+
* ci: little improvements
4+
* README: add build status
5+
* stack: rename caja -> baul
6+
* po: Fix some authors
7+
* Revert "prefs: rename 'org.cafe->mate.peripherals-mouse'"
8+
* menu: show icons in menus
9+
* port from libcanberra to libkanberra
10+
* keybindings: clarify calculation precedence
11+
* window: avoid duplicate condition
12+
* reduce the scope of some variables
13+
* theme-viewer: declare some variables with const
14+
* util: avoid unreachable code
15+
116
### croma 1.25.0
217

318
* initial commit: marco 1.24.1 fork

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
22

33
m4_define([croma_major_version], [1])
44
m4_define([croma_minor_version], [25])
5-
m4_define([croma_micro_version], [0])
5+
m4_define([croma_micro_version], [1])
66

77
m4_define([croma_version],
88
[croma_major_version.croma_minor_version.croma_micro_version])

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'croma', 'c',
3-
version: '1.25.0',
3+
version: '1.25.1',
44
meson_version: '>=0.47.0',
55
license: 'GPL2',
66
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],

0 commit comments

Comments
 (0)