version 3.3.0

This commit is contained in:
2022-10-01 10:53:09 +03:00
parent 3c7e117661
commit e5777dde6c
3 changed files with 4 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(PIP)
set(PIP_MAJOR 3)
set(PIP_MINOR 2)
set(PIP_REVISION 1)
set(PIP_MINOR 3)
set(PIP_REVISION 0)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)

View File

@@ -6,7 +6,7 @@
* direct output to console (\a PICout)
* containers (\a PIVector, \a PIDeque, \a PIVector2D, \a PIStack, \a PIQueue, \a PIMap, \a PISet)
* byte array (\a PIByteArray)
* serialization (\a PIBinaryStream, \a PITextStream, \a PIIOBinaryStream, \a PIIOTextStream, \a PIChunkStream)
* serialization (\a PIBinaryStream, \a PITextStream, \a PIIOBinaryStream, \a PIIOTextStream, \a PIChunkStream, \a PIJSON)
* string (\a PIConstChars, \a PIString, \a PIStringList)
* base object (events and handlers) (\a PIObject)
* multithreading

View File

@@ -57,5 +57,6 @@
#include "picli.h"
#include "pichunkstream.h"
#include "pipropertystorage.h"
#include "pijson.h"
#endif // PICOREMODULE_H