Skip to content

Commit 46ebf6e

Browse files
committed
New version files for 4.2.0
1 parent 4cc83d3 commit 46ebf6e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
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.1.3)
7+
AC_INIT(sleuthkit, 4.2.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])

packages/sleuthkit.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sleuthkit
2-
Version: 4.1.3
2+
Version: 4.2.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

tsk/Makefile.am

Lines changed: 1 addition & 1 deletion
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 12:0:2 $(LIBTSK_LDFLAGS)
11+
libtsk_la_LDFLAGS = -version-info 13:0:0 $(LIBTSK_LDFLAGS)
1212

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

tsk/base/tsk_base.h

Lines changed: 2 additions & 2 deletions
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 0x040103ff
42+
#define TSK_VERSION_NUM 0x040200ff
4343

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

4848

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

0 commit comments

Comments
 (0)