Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 14, 2024
1 parent 35d3dc5 commit b21f748
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### marco 1.28.0

* update translations
* workspace: ignore not_this_one if not in current workspace

### marco 1.27.1

* update translations
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AC_PREREQ(2.58)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [27])
m4_define([marco_micro_version], [1])
m4_define([marco_minor_version], [28])
m4_define([marco_micro_version], [0])

m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_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(
'marco', 'c',
version: '1.27.1',
version: '1.28.0',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
Expand Down

0 comments on commit b21f748

Please sign in to comment.