Adjustments for pre18 and automatic building
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ff84fef381
commit
184613df81
3 changed files with 32 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
tinc (1.1~pre18-1) experimental; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
* New upstream 1.1pre18
|
||||
|
||||
-- lagertonne <mail@lagertonne.de> Wed, 10 Oct 2022 20:26:01 +0100
|
||||
|
||||
tinc (1.1~pre17-1.1) experimental; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
|
|
|
|||
2
debian/patches/fix-version-number
vendored
2
debian/patches/fix-version-number
vendored
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
AC_PREREQ(2.61)
|
||||
-AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//'))
|
||||
+AC_INIT([tinc], [1.1~pre17])
|
||||
+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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue