Skip to content

Commit 6c0620c

Browse files
committed
New version files for 4.4.0
1 parent c8e1981 commit 6c0620c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
44

55
AC_PREREQ(2.59)
66

7-
AC_INIT(sleuthkit, 4.3.1)
7+
AC_INIT(sleuthkit, 4.4.0)
88
m4_include([m4/ax_pthread.m4])
99
dnl include the version from 1.12.1. This will work for
1010
m4_include([m4/cppunit.m4])

Diff for: packages/sleuthkit.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sleuthkit
2-
Version: 4.3.1
2+
Version: 4.4.0
33
Release: 1%{?dist}
44
Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data.
55

Diff for: tsk/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
88
vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
99
auto/libtskauto.la
1010
# 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)
1212

1313
EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html

Diff for: tsk/base/tsk_base.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
* 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be
4040
* 0xFF030102.
4141
* See TSK_VERSION_STR for string form. */
42-
#define TSK_VERSION_NUM 0x040301ff
42+
#define TSK_VERSION_NUM 0x040400ff
4343

4444
/** Version of code in string form. See TSK_VERSION_NUM for
4545
* integer form. */
46-
#define TSK_VERSION_STR "4.3.1"
46+
#define TSK_VERSION_STR "4.4.0"
4747

4848

4949
/* include the TSK-specific header file that we created in autoconf

0 commit comments

Comments
 (0)