Skip to content
Snippets Groups Projects
Commit 71986785 authored by Brian Carrier's avatar Brian Carrier
Browse files

New version files for 4.6.3

parent 24404912
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<import file="build-${os.family}.xml"/> <import file="build-${os.family}.xml"/>
<!-- Careful changing this because release-windows.pl updates it by pattern --> <!-- Careful changing this because release-windows.pl updates it by pattern -->
<property name="VERSION" value="4.6.2"/> <property name="VERSION" value="4.6.3"/>
<!-- set global properties for this build --> <!-- set global properties for this build -->
<property name="default-jar-location" location="/usr/share/java"/> <property name="default-jar-location" location="/usr/share/java"/>
......
...@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(sleuthkit, 4.6.2) AC_INIT(sleuthkit, 4.6.3)
m4_include([m4/ax_pthread.m4]) m4_include([m4/ax_pthread.m4])
dnl include the version from 1.12.1. This will work for dnl include the version from 1.12.1. This will work for
m4_include([m4/cppunit.m4]) m4_include([m4/cppunit.m4])
......
sleuthkit-java (4.6.0-1) unstable; urgency=medium sleuthkit-java (4.6.3-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
......
bindings/java/lib/sqlite-jdbc-3.8.11.jar /usr/share/java bindings/java/lib/sqlite-jdbc-3.8.11.jar /usr/share/java
bindings/java/dist/sleuthkit-4.6.0.jar /usr/share/java bindings/java/dist/sleuthkit-4.6.3.jar /usr/share/java
Name: sleuthkit Name: sleuthkit
Version: 4.6.2 Version: 4.6.3
Release: 1%{?dist} 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. Summary: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate volume and file system data.
......
...@@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \ ...@@ -8,6 +8,6 @@ libtsk_la_LIBADD = base/libtskbase.la img/libtskimg.la \
vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \ vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la \
auto/libtskauto.la auto/libtskauto.la
# current:revision:age # current:revision:age
libtsk_la_LDFLAGS = -version-info 17:3:4 $(LIBTSK_LDFLAGS) libtsk_la_LDFLAGS = -version-info 17:4:4 $(LIBTSK_LDFLAGS)
EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html EXTRA_DIST = tsk_tools_i.h docs/Doxyfile docs/*.dox docs/*.html
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
* 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be * 3.1.2b1 would be 0x03010201. Snapshot from Jan 2, 2003 would be
* 0xFF030102. * 0xFF030102.
* See TSK_VERSION_STR for string form. */ * See TSK_VERSION_STR for string form. */
#define TSK_VERSION_NUM 0x040602ff #define TSK_VERSION_NUM 0x040603ff
/** Version of code in string form. See TSK_VERSION_NUM for /** Version of code in string form. See TSK_VERSION_NUM for
* integer form. */ * integer form. */
#define TSK_VERSION_STR "4.6.2" #define TSK_VERSION_STR "4.6.3"
/* include the TSK-specific header file that we created in autoconf /* include the TSK-specific header file that we created in autoconf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment