forked from pool/libosmo-netif
Jan Engelhardt
5d6ccd68d8
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-netif?expand=0&rev=1
21 lines
546 B
Diff
21 lines
546 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Sun, 17 Feb 2013 21:53:34 +0100
|
|
Subject: [PATCH] build: set version
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 28dde0c..93bc119 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,5 +1,5 @@
|
|
AC_INIT([libosmo-netif],
|
|
- m4_esyscmd([./git-version-gen .tarball-version]),
|
|
+ [0.0.4],
|
|
[openbsc-devel@lists.openbsc.org])
|
|
|
|
AM_INIT_AUTOMAKE([dist-bzip2])
|