Skip to content

Commit

Permalink
version bump to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dorpvom committed Jul 31, 2019
1 parent b04af08 commit 47fd137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
'''
Firmware Analysis and Comparison Tool (FACT)
Copyright (C) 2015-2019 Fraunhofer FKIE
Expand All @@ -17,4 +16,4 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''

__VERSION__ = '2.7-dev'
__VERSION__ = '3.0'
3 changes: 2 additions & 1 deletion src/web_interface/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>License Information</h2>

<h2>Change Log</h2>
<div style="width:100%;column-count:2;column-rule:grey 1px dotted;column-gap:50px">
<h4>FACT 2.7-dev</h4>
<h4>FACT 3.0 (2019-07-31)</h4>
<ul>
<li>New or Improved Analysis
<ul>
Expand All @@ -51,6 +51,7 @@ <h4>FACT 2.7-dev</h4>
</ul>
</li>
<li>Moved unpacking to standalone project, integrated via docker</li>
<li>Added automatic PDF report generation (stable, template in alpha)</li>
<li>Added REST endpoint for system monitoring</li>
<li>Added button to start analysis plugins on single file or firmware objects</li>
<li>Revised statistics page</li>
Expand Down

0 comments on commit 47fd137

Please sign in to comment.