[libhttpseverywhere/fulljson] build: version bump to 0.6



commit fcdde50dc097e1256753d151e65e3c4865c19f13
Author: grindhold <grindhold gmx net>
Date:   Sat Sep 23 12:27:38 2017 +0200

    build: version bump to 0.6

 ...everywhere-0.4.deps => httpseverywhere-0.6.deps |    0
 meson.build                                        |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpseverywhere-0.4.deps b/httpseverywhere-0.6.deps
similarity index 100%
rename from httpseverywhere-0.4.deps
rename to httpseverywhere-0.6.deps
diff --git a/meson.build b/meson.build
index 316a7af..c8f32d7 100644
--- a/meson.build
+++ b/meson.build
@@ -23,14 +23,14 @@ project('httpseverywhere', 'vala', 'c', meson_version : '>=0.39.1', license: 'LG
 
 pkgconfig = import('pkgconfig')
 
-api = '0.4'
+api = '0.6'
 
 # 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.4.8'
+libhttpseverywhere_version = '0.6.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]