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 891add3f8a752511938aafa1bbad79e1f3cf27ba
Author: politebot <[email protected]>
AuthorDate: Sun Oct 12 07:14:12 2025 -0500
version bump
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6e10594..471feda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eradio], [0.0.5], [])
+AC_INIT([eradio], [0.0.6], [])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
@@ -16,4 +16,4 @@ PKG_CHECK_MODULES([LIBXML], [libxml-2.0])
EFL_LIBS_NO_CON=$(echo $EFL_LIBS | sed 's/-lecore_con//g')
AC_SUBST(EFL_LIBS_NO_CON)
-AC_OUTPUT
\ No newline at end of file
+AC_OUTPUT
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.