forked from pool/libosmo-abis
Jan Engelhardt
dbea067089
First set of libraries for Osmocom OBS-URL: https://build.opensuse.org/request/show/155677 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-abis?expand=0&rev=1
24 lines
578 B
Diff
24 lines
578 B
Diff
From 6cd9d765a7fcd87f483578ba2b973b879723083b 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 08abd19..a69ff8a 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,5 +1,5 @@
|
|
AC_INIT([libosmo-abis],
|
|
- m4_esyscmd([./git-version-gen .tarball-version]),
|
|
+ [0.1.5],
|
|
[openbsc@lists.osmocom.org])
|
|
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6])
|
|
--
|
|
1.7.10.4
|
|
|