mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	meson: Match soname version of autotools
This commit is contained in:
		
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							a690e2a375
						
					
				
				
					commit
					c61a72f4bc
				
			| @@ -36,7 +36,7 @@ micro_version = version_arr[2] | ||||
| soversion = 0 | ||||
| # Maintain compatibility with previous libtool versioning | ||||
| # current = minor * 100 + micro | ||||
| library_version = '@0@.@1@.0'.format(soversion, minor_version.to_int() * 100 + micro_version.to_int()) | ||||
| library_version = '@0@.@1@.@2@'.format(soversion, minor_version.to_int() * 100, micro_version.to_int()) | ||||
|  | ||||
| configinc = include_directories('.') | ||||
| glibinc = include_directories('glib') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user