aboutsummaryrefslogtreecommitdiff
path: root/version.m4
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-06 17:30:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-06 18:09:14 +0100
commit498d6c2f3ac444c86e868b9116978aedf783174d (patch)
treeadfb528dabd8ec4bd1e9a7f017c4f50f7e306d8a /version.m4
parentfb3cc15b1662f00c11d889584f6bc8e3a853c947 (diff)
downloadgnumach-498d6c2f3ac444c86e868b9116978aedf783174d.tar.gz
gnumach-498d6c2f3ac444c86e868b9116978aedf783174d.tar.bz2
gnumach-498d6c2f3ac444c86e868b9116978aedf783174d.zip
Makefrag.am: Move architecture condition inside architecture Makefrag.am
Otherwise we cannot use _DIST there and have them all taken into account. As a consequence, we can drop duplicate _DIST between i386 and x86_64.
Diffstat (limited to 'version.m4')
-rw-r--r--version.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4
index d6696d62..d1f7c0cf 100644
--- a/version.m4
+++ b/version.m4
@@ -1,4 +1,4 @@
m4_define([AC_PACKAGE_NAME],[GNU Mach])
-m4_define([AC_PACKAGE_VERSION],[1.8])
+m4_define([AC_PACKAGE_VERSION],[1.8+git20220206])
m4_define([AC_PACKAGE_BUGREPORT],[bug-hurd@gnu.org])
m4_define([AC_PACKAGE_TARNAME],[gnumach])