• v0.1.0-rc2 b43adf9a00

    Bump dynstr Stable

    xavi released this 2023-10-02 15:12:20 +02:00 | 50 commits to master since this release

    dynstr got its v0.1.0-rc1 release, and this commit introduces a fix:

    commit 0e779caae658f118d535e9f0a74f0012eefca9a0
    Author: Xavier Del Campo Romero xavi.dcr@tutanota.com
    Date: Mon Oct 2 14:38:53 2023 +0200

    CMakeLists.txt: add cmake_minimum_required
    
    This command is mandatory for all CMake projects. 3.0 was chosen since
    dynstr does not require any newer CMake features.
    
    Downloads