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)