Skip to content

Commit

Permalink
Release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Dec 26, 2022
1 parent 543bb8f commit 2996c74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### croma 1.25.1

* ci: little improvements
* README: add build status
* stack: rename caja -> baul
* po: Fix some authors
* Revert "prefs: rename 'org.cafe->mate.peripherals-mouse'"
* menu: show icons in menus
* port from libcanberra to libkanberra
* keybindings: clarify calculation precedence
* window: avoid duplicate condition
* reduce the scope of some variables
* theme-viewer: declare some variables with const
* util: avoid unreachable code

### croma 1.25.0

* initial commit: marco 1.24.1 fork
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.50)

m4_define([croma_major_version], [1])
m4_define([croma_minor_version], [25])
m4_define([croma_micro_version], [0])
m4_define([croma_micro_version], [1])

m4_define([croma_version],
[croma_major_version.croma_minor_version.croma_micro_version])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'croma', 'c',
version: '1.25.0',
version: '1.25.1',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
Expand Down

0 comments on commit 2996c74

Please sign in to comment.