[libhttpseverywhere] version: API and version bump to 0.4
- From: Daniel Brendle <elbren src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhttpseverywhere] version: API and version bump to 0.4
- Date: Sun, 19 Mar 2017 12:49:24 +0000 (UTC)
commit 0708b04ef160787a3a7e14c53ba3b0ca6d0bd8fd
Author: grindhold <grindhold gmx net>
Date: Sun Mar 19 12:34:54 2017 +0100
version: API and version bump to 0.4
meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index a524d15..9db8cf8 100644
--- a/meson.build
+++ b/meson.build
@@ -23,14 +23,14 @@ project ('httpseverywhere', 'vala','c')
pkgconfig = import('pkgconfig')
-api = '0.2'
+api = '0.4'
# This isn't libtool. To keep things simple, we can use the same version
# number for the soname as our actual version. But it requires that we
# generally follow libtool semantics: bump the first version whenever
# breaking ABI, bump the second version whenever adding new API, bump
# the third version for every release.
-libhttpseverywhere_version = '0.2.10'
+libhttpseverywhere_version = '0.4.0'
glib = dependency('glib-2.0')
gobject = dependency('gobject-2.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]