File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )
2
2
3
3
AC_INIT (
4
4
[ libvmdk] ,
5
- [ 20210807 ] ,
5
+ [ 20210923 ] ,
6
6
[ joachim.metz@gmail.com] )
7
7
8
8
AC_CONFIG_SRCDIR (
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >libvmdk</id >
5
- <version >20210807 </version >
5
+ <version >20210923 </version >
6
6
<authors >Joachim Metz</authors >
7
7
<owners >joachimmetz</owners >
8
8
<license type =" expression" >LGPL-3.0-or-later</license >
9
9
<projectUrl >https://github.com/libyal/libvmdk</projectUrl >
10
10
<requireLicenseAcceptance >false</requireLicenseAcceptance >
11
11
<title >libvmdk</title >
12
12
<description >Library to access the VMware Virtual Disk (VMDK) format</description >
13
- <releaseNotes >Release of libvmdk 20210807 </releaseNotes >
13
+ <releaseNotes >Release of libvmdk 20210923 </releaseNotes >
14
14
<copyright >Copyright (C) 2009-2021</copyright >
15
15
<tags >native</tags >
16
16
</metadata >
Original file line number Diff line number Diff line change 1
1
dnl Checks for libuna or required headers and functions
2
2
dnl
3
- dnl Version: 20200711
3
+ dnl Version: 20210801
4
4
5
5
dnl Function to detect if a specific libuna definition is available.
6
6
AC_DEFUN ( [ AX_LIBUNA_CHECK_DEFINITION] ,
@@ -43,7 +43,7 @@ AC_DEFUN([AX_LIBUNA_CHECK_LIB],
43
43
[ test "x$cross_compiling" != "xyes" && test "x$PKGCONFIG" != "x"] ,
44
44
[ PKG_CHECK_MODULES(
45
45
[ libuna] ,
46
- [ libuna >= 20200711 ] ,
46
+ [ libuna >= 20210801 ] ,
47
47
[ ac_cv_libuna=yes] ,
48
48
[ ac_cv_libuna=check] )
49
49
] )
You can’t perform that action at this time.
0 commit comments