This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch main
in repository eradio.

View the commit online.

commit aab1a9d7014121dc1ac1c71bf3975f80bc1d976b
Author: politebot <[email protected]>
AuthorDate: Sun Oct 12 08:53:33 2025 -0500

    Include LICENSE in release tarball
---
 Makefile.am  | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index bd29271..1e6dd62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,5 @@ SUBDIRS = src data
 dist_pkgdata_DATA = \
     data/eradio.desktop \
     data/eradio.png
+
+EXTRA_DIST = LICENSE README.md
diff --git a/configure.ac b/configure.ac
index 00c1f87..93baf2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eradio], [0.0.7], [])
+AC_INIT([eradio], [0.0.8], [])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_PROG_CC
 AC_CONFIG_HEADERS([config.h])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to