tinc/debian/patches/fix-version-number
lagertonne f2d057df15
All checks were successful
continuous-integration/drone/push Build is passing
Official debian foo now using
2022-04-22 22:29:35 +02:00

11 lines
349 B
Text

--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
origcflags="$CFLAGS"
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])
AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall])
AC_CONFIG_HEADERS([config.h])