Skip to content

Commit bb5bc10

Browse files
committed
Bump version
1 parent 9feeb79 commit bb5bc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl library version number
22
m4_define([bluray_major], 1)
33
m4_define([bluray_minor], 3)
4-
m4_define([bluray_micro], 3)
4+
m4_define([bluray_micro], 4)
55
m4_define([bluray_version],[bluray_major.bluray_minor.bluray_micro])
66

77
dnl shared library version (.so version)
@@ -13,7 +13,7 @@ dnl
1313
dnl Library file name will be libbluray.so.(current-age).age.revision
1414
dnl
1515
m4_define([lt_current], 6)
16-
m4_define([lt_revision], 2)
16+
m4_define([lt_revision], 3)
1717
m4_define([lt_age], 4)
1818

1919
dnl initilization

0 commit comments

Comments
 (0)