This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit eaf6872dcb0218b7f3588e59ef9e62979d8c440f
Author: Kim Woelders <[email protected]>
AuthorDate: Sat Jul 2 22:57:14 2022 +0200
autofoo: Drop pkg_revision
---
configure.ac | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6c7932f2..db594a46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,4 @@
-m4_define([pkg_version], [1.0.25])
-#m4_define([pkg_revision], [000])
-m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
-
-AC_INIT([e16],[pkg_version],[[email protected]])
+AC_INIT([e16],[1.0.25],[[email protected]])
AM_INIT_AUTOMAKE([foreign dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.