mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/857678 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
12 lines
318 B
Diff
12 lines
318 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 964ef03..35fde74 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,5 +1,5 @@
|
|
AC_INIT([libosmodsp],
|
|
- m4_esyscmd([./git-version-gen .tarball-version]),
|
|
+ [0.4.0],
|
|
[gmr@lists.osmocom.org])
|
|
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6])
|