File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
4
4
5
5
AC_PREREQ ( 2.59 )
6
6
7
- AC_INIT ( sleuthkit , 4.3.1 )
7
+ AC_INIT ( sleuthkit , 4.4.0 )
8
8
m4_include ( [ m4/ax_pthread.m4] )
9
9
dnl include the version from 1.12.1. This will work for
10
10
m4_include ( [ m4/cppunit.m4] )
Original file line number Diff line number Diff line change 1
1
Name: sleuthkit
2
- Version: 4.3.1
2
+ Version: 4.4.0
3
3
Release: 1%{?dist }
4
4
Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data.
5
5
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
8
8
vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
9
9
auto/libtskauto.la
10
10
# current:revision:age
11
- libtsk_la_LDFLAGS = -version-info 14:1:1 $(LIBTSK_LDFLAGS )
11
+ libtsk_la_LDFLAGS = -version-info 15:0:2 $(LIBTSK_LDFLAGS )
12
12
13
13
EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html
Original file line number Diff line number Diff line change 39
39
* 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be
40
40
* 0xFF030102.
41
41
* See TSK_VERSION_STR for string form. */
42
- #define TSK_VERSION_NUM 0x040301ff
42
+ #define TSK_VERSION_NUM 0x040400ff
43
43
44
44
/* * Version of code in string form. See TSK_VERSION_NUM for
45
45
* integer form. */
46
- #define TSK_VERSION_STR " 4.3.1 "
46
+ #define TSK_VERSION_STR " 4.4.0 "
47
47
48
48
49
49
/* include the TSK-specific header file that we created in autoconf
You can’t perform that action at this time.
0 commit comments