From 8f9f24ac3a4b202c5f2a4c631e3a469c440641c0 Mon Sep 17 00:00:00 2001 From: Peter Weidenbach Date: Wed, 1 Aug 2018 11:53:30 +0200 Subject: [PATCH] FACT 2.5 RC --- src/version.py | 4 ++-- src/web_interface/templates/about.html | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/version.py b/src/version.py index 525b37384..25e300647 100644 --- a/src/version.py +++ b/src/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ''' Firmware Analysis and Comparison Tool (FACT) - Copyright (C) 2015-2017 Fraunhofer FKIE + Copyright (C) 2015-2018 Fraunhofer FKIE This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,4 +17,4 @@ along with this program. If not, see . ''' -__VERSION__ = '2.5-dev' +__VERSION__ = '2.5' diff --git a/src/web_interface/templates/about.html b/src/web_interface/templates/about.html index 26f82ea8a..ef81cd755 100644 --- a/src/web_interface/templates/about.html +++ b/src/web_interface/templates/about.html @@ -34,17 +34,23 @@

License Information

Change Log

-

FACT 2.5-RC1

+

FACT 2.5 (2018-08-01)