Skip to content
Snippets Groups Projects
Commit 7d8fed70 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Release v4.5.2.

parent a9ae8f11
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." )
project(packet)
set(packet_MAJOR_VERSION 4)
set(packet_MINOR_VERSION 5)
set(packet_PATCH_VERSION 1)
set(packet_PATCH_VERSION 2)
set(packet_VERSION
${packet_MAJOR_VERSION}.${packet_MINOR_VERSION}.${packet_PATCH_VERSION})
set(PROJECT_VERSION ${packet_VERSION})
......
2015-05-02 Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.2
+ Fix getBSTail() bug (related to ByteStreamPtr).
+ Fix the Tail section parsing while using .stream configuration files.
+ Avoid prints on loading, leave the job to the applications.
2015-08-10 Andrea Zoli <zoli@iasfbo.inaf.it>
TAG v4.5.1
+ Fixed a warning.
......
......@@ -2,7 +2,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = PacketLib
PROJECT_NUMBER = 4.5.1
PROJECT_NUMBER = 4.5.2
OUTPUT_DIRECTORY = ref
OUTPUT_LANGUAGE = English
EXTRACT_ALL = YES
......
#define VERSION 4.5.1
#define VERSION 4.5.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment