mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 13:08:07 +02:00
Merge branch 'version-naming-change' into 'main'
autogoo: Determine project version from date See merge request plymouth/plymouth!153
This commit is contained in:
commit
27764b2a2c
2 changed files with 4 additions and 1 deletions
1
VERSION
Normal file
1
VERSION
Normal file
|
|
@ -0,0 +1 @@
|
|||
0.9.6
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
AC_INIT([plymouth],[0.9.6],[https://gitlab.freedesktop.org/plymouth/plymouth/issues])
|
||||
AC_INIT([plymouth],
|
||||
m4_esyscmd_s([date +%y.%V.$(git rev-list $(git describe --abbrev=0)..HEAD --count) || echo 0]),
|
||||
[https://gitlab.freedesktop.org/plymouth/plymouth/issues])
|
||||
AC_CONFIG_SRCDIR(src/main.c)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-tools)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue