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)
- New or Improved Analysis
- - Known vulnerabilities plug-in
+ - Known vulnerabilities plug-in added
- IP and URI finder Geo IP support
- Printable strings: Offsets are shown
+ - More software signatures added
+
+
+ - New or Improved Unpacking
+
+ - Debian unpacking plug-in added
- Radare view allows opening objects in radare2-webui
- - Warning: Hex view will be deprecated in 2.6
+ - Warning: Hex view is deprecated and is going to be removed in 2.6
- Device part meta data support
- Quick download buttons added
- Analysis preset support
@@ -52,7 +58,7 @@ FACT 2.5-RC1
- Intercom speedup
- Ubuntu 18.04 support
- YARA backend upgraded
- - Default MongoDB path changed!
+ - Warning: Default MongoDB path changed!
- Code clean ups
- Bug fixes