Skip to content

Commit 86a6b6a

Browse files
author
raveit65
committed
release 1.28.1
1 parent 8b33daa commit 86a6b6a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### engrampa 1.28.1
2+
3+
* Distribute Meson build system
4+
15
### engrampa 1.28.0
26

37
* update translations

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.61)
44

5-
AC_INIT([engrampa], [1.28.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
5+
AC_INIT([engrampa], [1.28.1], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
66
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('engrampa', 'c',
22
license : 'GPL2+',
3-
version : '1.28.0',
3+
version : '1.28.1',
44
meson_version : '>=0.43'
55
)
66

0 commit comments

Comments
 (0)