[libhttpseverywhere] version: bump to 0.8.0



commit 1c80057ff68a3a02e808dda89d4e4327fcf99433
Author: grindhold <grindhold gmx net>
Date:   Wed Jan 31 07:39:03 2018 +0100

    version: bump to 0.8.0

 ...everywhere-0.6.deps => httpseverywhere-0.8.deps |    0
 meson.build                                        |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpseverywhere-0.6.deps b/httpseverywhere-0.8.deps
similarity index 100%
rename from httpseverywhere-0.6.deps
rename to httpseverywhere-0.8.deps
diff --git a/meson.build b/meson.build
index 0a7c812..b2e6cf6 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.6'
+api = '0.8'
 
 # 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.6.6'
+libhttpseverywhere_version = '0.8.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]