Skip to content

Commit

Permalink
release 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 9, 2020
1 parent fa9e4e0 commit ba11e45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### marco 1.24.0

* update translations
* frame: remove unused variable 'status'
* Xprops fix memory leak.

### marco 1.23.2

* 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.50)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [23])
m4_define([marco_micro_version], [2])
m4_define([marco_minor_version], [24])
m4_define([marco_micro_version], [0])

m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
Expand Down

0 comments on commit ba11e45

Please sign in to comment.