Skip to content

Commit 4b9d0ad

Browse files
linux: use version number from build_data/VERSION
1 parent eca2ef3 commit 4b9d0ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure.ac

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([deadbeef], [devel])
2+
m4_define([PACKAGE_VERSION],
3+
[`cat build_data/VERSION`])
4+
5+
AC_INIT([deadbeef], [PACKAGE_VERSION])
36

47
AC_CONFIG_HEADER(config.h)
58

0 commit comments

Comments
 (0)