File tree 3 files changed +3
-3
lines changed
images/buildroot/packages/sedutil
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ linuxpba_SOURCES = LinuxPBA/LinuxPBA.cpp LinuxPBA/GetPassPhrase.cpp LinuxPBA/Unl
39
39
linux/DtaDevLinuxDrive.h linux/os.h \
40
40
\
41
41
$(SEDUTIL_COMMON_CODE )
42
- EXTRA_DIST = linux/GitVersion.sh linux/PSIDRevert_LINUX.txt linux/TestSuite.sh README.md
42
+ EXTRA_DIST = linux/GitVersion.sh linux/PSIDRevert_LINUX.txt linux/TestSuite.sh README.md docs/sedutil-cli.8
43
43
man_MANS = docs/sedutil-cli.8
44
44
linux/Version.h :
45
45
./linux/GitVersion.sh > linux/Version.h
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.69] )
5
- AC_INIT ( [ sedutil] , [ 1.15] , [ https://github.com/Drive-Trust-Alliance/sedutil/issues] )
5
+ AC_INIT ( [ sedutil] , [ 1.15.1 ] , [ https://github.com/Drive-Trust-Alliance/sedutil/issues] )
6
6
AC_CONFIG_SRCDIR ( [ Common/sedutil.cpp] )
7
7
AC_CONFIG_HEADERS ( [ config.h] )
8
8
Original file line number Diff line number Diff line change 3
3
# sedutil
4
4
#
5
5
# ###############################################################################
6
- SEDUTIL_VERSION = 1.15
6
+ SEDUTIL_VERSION = 1.15.1
7
7
SEDUTIL_SOURCE = sedutil-$(SEDUTIL_VERSION ) .tar.gz
8
8
SEDUTIL_SITE = http://www.foosoftware.org/download
9
9
SEDUTIL_INSTALL_STAGING = NO
You can’t perform that action at this time.
0 commit comments