Official debian foo now using
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lagertonne 2022-04-22 22:29:35 +02:00
parent 6e111247fb
commit f2d057df15
4 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
origcflags="$CFLAGS"
AC_PREREQ(2.61)
AC_PREREQ(2.69)
-AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//'))
+AC_INIT([tinc], [1.1~pre18])
AC_CONFIG_SRCDIR([src/tincd.c])