File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# also update the version number in the m4 macros below
4
4
5
- AC_INIT ( [ vips] , [ 8.13.2 ] , [ vipsip@jiscmail.ac.uk] )
5
+ AC_INIT ( [ vips] , [ 8.13.3 ] , [ vipsip@jiscmail.ac.uk] )
6
6
# required for gobject-introspection
7
7
AC_PREREQ ( [ 2.69] )
8
8
@@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
18
18
# user-visible library versioning
19
19
m4_define ( [ vips_major_version] , [ 8] )
20
20
m4_define ( [ vips_minor_version] , [ 13] )
21
- m4_define ( [ vips_micro_version] , [ 2 ] )
21
+ m4_define ( [ vips_micro_version] , [ 3 ] )
22
22
m4_define ( [ vips_version] ,
23
23
[ vips_major_version.vips_minor_version.vips_micro_version] )
24
24
@@ -41,7 +41,7 @@ VIPS_LIBS=""
41
41
# binary interface changed: increment current, reset revision to 0
42
42
# binary interface changes backwards compatible?: increment age
43
43
# binary interface changes not backwards compatible?: reset age to 0
44
- LIBRARY_REVISION=2
44
+ LIBRARY_REVISION=3
45
45
LIBRARY_CURRENT=57
46
46
LIBRARY_AGE=15
47
47
Original file line number Diff line number Diff line change 1
1
project (' vips' , ' c' , ' cpp' ,
2
- version : ' 8.13.2 ' ,
2
+ version : ' 8.13.3 ' ,
3
3
meson_version : ' >=0.56' ,
4
4
default_options : [
5
5
# this is what glib uses (one of our required deps), so we use it too
@@ -19,9 +19,9 @@ version_patch = version_parts[2]
19
19
# binary interface changed: increment current, reset revision to 0
20
20
# binary interface changes backwards compatible?: increment age
21
21
# binary interface changes not backwards compatible?: reset age to 0
22
+ library_revision = 3
22
23
library_current = 57
23
24
library_age = 15
24
- library_revision = 2
25
25
library_version = ' @0@.@1@.@2@' .format(library_current - library_age, library_age, library_revision)
26
26
darwin_versions = [library_current + 1 , ' @0@.@1@' .format(library_current + 1 , library_revision)]
27
27
You can’t perform that action at this time.
0 commit comments