2013-02-22 08:03:03 +00:00
|
|
|
From d1b55320c2c6877ff421f44396c2684bc7aa64ba Mon Sep 17 00:00:00 2001
|
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: Sun, 17 Feb 2013 21:09:22 +0100
|
|
|
|
Subject: [PATCH] set version
|
|
|
|
|
|
|
|
---
|
|
|
|
configure.ac | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2015-03-01 01:13:36 +00:00
|
|
|
Index: libosmocore/configure.ac
|
|
|
|
===================================================================
|
|
|
|
--- libosmocore.orig/configure.ac
|
|
|
|
+++ libosmocore/configure.ac
|
2013-02-22 08:03:03 +00:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
AC_INIT([libosmocore],
|
|
|
|
- m4_esyscmd([./git-version-gen .tarball-version]),
|
2015-03-01 01:13:36 +00:00
|
|
|
+ [0.8.0],
|
2013-02-22 08:03:03 +00:00
|
|
|
[openbsc@lists.osmocom.org])
|
|
|
|
|
|
|
|
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6])
|