diff --git a/CMakeLists.txt b/CMakeLists.txt index 266a41d..4f32ae9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,9 +12,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set(CMAKE_BUILD_TYPE Release CACHE STRING "" FORCE) endif() +# TODO: Automate from git tag set(PROJECT_VERSION_MAJOR 0) set(PROJECT_VERSION_MINOR 0) -set(PROJECT_VERSION_PATCH 0) +set(PROJECT_VERSION_PATCH 1) set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}) option(WEBBUILD_CI "Specify if an Emscripten build is running in CI" OFF) diff --git a/README.md b/README.md index 92f6c99..c1bc69d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ graphics API on desktop and with OpenGL ES 3.0 in web browsers. ## Try it out! - [Live demo in web browser](https://www.balintkissdev.com/3d-renderer-cpp) -- [Windows 64-bit download](https://github.com/balintkissdev/3d-renderer-cpp/releases/download/0.0.0/3DRenderer-0.0.0-win64.zip) -- [Linux 64-bit download](https://github.com/balintkissdev/3d-renderer-cpp/releases/download/0.0.0/3DRenderer-0.0.0-linux-x86_64.AppImage) +- [Windows 64-bit download](https://github.com/balintkissdev/3d-renderer-cpp/releases/download/0.0.1/3DRenderer-0.0.1-win64.zip) +- [Linux 64-bit download](https://github.com/balintkissdev/3d-renderer-cpp/releases/download/0.0.1/3DRenderer-0.0.1-linux-x86_64.AppImage) ## Motivation