Bump libgcobol SONAME
authorRichard Biener <rguenther@suse.de>
Fri, 28 Nov 2025 13:50:38 +0000 (14:50 +0100)
committerRichard Biener <rguenther@suse.de>
Sat, 29 Nov 2025 11:28:21 +0000 (12:28 +0100)
This bumps the libgcobol SONAME for GCC 16 since compared to GCC 15
there are removed symbols and key data structures have changed.

PR cobol/122803
libgcobol/
* configure.ac (LIBGCOBOL_VERSION): Bump to 2:0:0.
* configure: Re-generate.

libgcobol/configure
libgcobol/configure.ac

index 4a57b0303507e27e1fbadc0d9f15d2069352b862..410fc35e218bebc368529557bf446d3a32eba318 100755 (executable)
@@ -17412,7 +17412,7 @@ fi
 
 
 # libgcobol soname version
-LIBGCOBOL_VERSION=1:0:0
+LIBGCOBOL_VERSION=2:0:0
 
 
 ## added, currently unused.
index 8062601da7162288772a85703e885760eea31484..9b6ea7ebbf35c7d40207160b8c45c16e817d238d 100644 (file)
@@ -184,7 +184,7 @@ AC_SEARCH_LIBS([malloc], [c])
 AC_SEARCH_LIBS([clock_gettime], [c rt])
 
 # libgcobol soname version
-LIBGCOBOL_VERSION=1:0:0
+LIBGCOBOL_VERSION=2:0:0
 AC_SUBST(LIBGCOBOL_VERSION)
 
 ## added, currently unused.
This page took 0.138179 seconds and 5 git commands to generate.