File: fix-version-number

package info (click to toggle)
tinc 1.1~pre18-1
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 3,404 kB
  • sloc: ansic: 27,603; sh: 4,923; makefile: 358
file content (11 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- 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])