[libsoup] build: Bump libversion
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [libsoup] build: Bump libversion
- Date: Wed,  4 Mar 2020 20:20:55 +0000 (UTC)
commit caebbbd446efd4e9711360015c67ef2648ce0a65
Author: Patrick Griffis <pgriffis igalia com>
Date:   Wed Mar 4 12:19:29 2020 -0800
    build: Bump libversion
    
    This has been forgotten for a few releases now, so also add a note.
 meson.build | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 88a08ce1..e1459995 100644
--- a/meson.build
+++ b/meson.build
@@ -12,9 +12,17 @@ soup_version_major = version_arr[0]
 soup_version_minor = version_arr[1]
 soup_version_micro = version_arr[2]
 
-libversion = '1.8.0'
+# Before making a release, the libversion string should be modified.
+#
+#  * Bump the first component if binary compatibility has been broken; or
+#  * Bump the second component if new APIs are added; or
+#  * Bump the third component otherwise.
+#
+# When bumping the first component version, set the second and third components
+# to 0. When bumping the second version, set the third one to zero.
+libversion = '1.9.0'
 apiversion = '2.4'
-soversion = '1'
+soversion = libversion.split('.')[0]
 libsoup_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)
 libversion_arr = libversion.split('.')
 darwin_version_major = libversion_arr[0].to_int()
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]