From c2785e30a0c07226e529970b49598935b366655c Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Fri, 27 Apr 2018 12:16:28 -0400 Subject: [PATCH] New version files for 4.6.1 --- configure.ac | 2 +- packages/sleuthkit.spec | 2 +- tsk/Makefile.am | 2 +- tsk/base/tsk_base.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 89feb627d..1a5c6dd6b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(sleuthkit, 4.6.0) +AC_INIT(sleuthkit, 4.6.1) m4_include([m4/ax_pthread.m4]) dnl include the version from 1.12.1. This will work for m4_include([m4/cppunit.m4]) diff --git a/packages/sleuthkit.spec b/packages/sleuthkit.spec index 91cb09bba..7395a55da 100644 --- a/packages/sleuthkit.spec +++ b/packages/sleuthkit.spec @@ -1,5 +1,5 @@ Name: sleuthkit -Version: 4.6.0 +Version: 4.6.1 Release: 1%{?dist} Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data. diff --git a/tsk/Makefile.am b/tsk/Makefile.am index 7038fe8e6..61feaf0f4 100644 --- a/tsk/Makefile.am +++ b/tsk/Makefile.am @@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \ vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \ auto/libtskauto.la # current:revision:age -libtsk_la_LDFLAGS = -version-info 17:1:4 $(LIBTSK_LDFLAGS) +libtsk_la_LDFLAGS = -version-info 17:2:4 $(LIBTSK_LDFLAGS) EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html diff --git a/tsk/base/tsk_base.h b/tsk/base/tsk_base.h index 37c9af6a1..85c04f312 100644 --- a/tsk/base/tsk_base.h +++ b/tsk/base/tsk_base.h @@ -39,11 +39,11 @@ * 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be * 0xFF030102. * See TSK_VERSION_STR for string form. */ -#define TSK_VERSION_NUM 0x040600ff +#define TSK_VERSION_NUM 0x040601ff /** Version of code in string form. See TSK_VERSION_NUM for * integer form. */ -#define TSK_VERSION_STR "4.6.0" +#define TSK_VERSION_STR "4.6.1" /* include the TSK-specific header file that we created in autoconf -- GitLab