Skip to content

Commit 2120c41

Browse files
committed
Bump to 0.0.2.0
The macro prefix moved from STDCORELIB_ to STDC_, which every caller has to follow, and STDC_STATIC is PUBLIC in the CMake so it reaches downstream builds as well. That alone is worth more than a patch digit. What else arrived since 0.0.1.2: any and type_id, a rewritten utf that runs several times faster, DynamicRegistry giving one registry per process rather than one per module, and the registry, winapi and logging fixes.
1 parent 3960e3a commit 2120c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(stdcorelib VERSION 0.0.1.2 LANGUAGES CXX)
3+
project(stdcorelib VERSION 0.0.2.0 LANGUAGES CXX)
44

55
# ----------------------------------
66
# Build Options

0 commit comments

Comments
 (0)