Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
134fe9ec
Commit
134fe9ec
authored
12 years ago
by
Brian Carrier
Browse files
Options
Downloads
Patches
Plain Diff
New version files for 4.0.2
parent
82beb7ad
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
packages/sleuthkit.spec
+1
-1
1 addition, 1 deletion
packages/sleuthkit.spec
tsk3/Makefile.am
+1
-1
1 addition, 1 deletion
tsk3/Makefile.am
tsk3/base/tsk_base.h
+2
-2
2 additions, 2 deletions
tsk3/base/tsk_base.h
with
5 additions
and
5 deletions
configure.ac
+
1
−
1
View file @
134fe9ec
...
...
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
AC_INIT(sleuthkit, 4.0.
1
)
AC_INIT(sleuthkit, 4.0.
2
)
m4_include([m4/ax_pthread.m4])
# include the version from 1.12.1. This will work for
m4_include([m4/cppunit.m4])
...
...
This diff is collapsed.
Click to expand it.
packages/sleuthkit.spec
+
1
−
1
View file @
134fe9ec
Name: sleuthkit
Version: 4.0.
1
Version: 4.0.
2
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.
...
...
This diff is collapsed.
Click to expand it.
tsk3/Makefile.am
+
1
−
1
View file @
134fe9ec
...
...
@@ -8,6 +8,6 @@ libtsk3_la_LIBADD = base/libtskbase.la img/libtskimg.la \
vs/libtskvs.la fs/libtskfs.la hashdb/libtskhashdb.la
\
auto/libtskauto.la
# current:revision:age
libtsk3_la_LDFLAGS
=
-version-info
9:
0
:0
libtsk3_la_LDFLAGS
=
-version-info
9:
1
:0
EXTRA_DIST
=
tsk_tools_i.h docs/Doxyfile docs/
*
.dox docs/
*
.html
This diff is collapsed.
Click to expand it.
tsk3/base/tsk_base.h
+
2
−
2
View file @
134fe9ec
...
...
@@ -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 0x04000
1
ff
#define TSK_VERSION_NUM 0x04000
2
ff
/** Version of code in string form. See TSK_VERSION_NUM for
* integer form. */
#define TSK_VERSION_STR "4.0.
1
"
#define TSK_VERSION_STR "4.0.
2
"
/* include the TSK-specific header file that we created in autoconf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment