set version to 0.1

This commit is contained in:
2025-02-02 14:35:37 -05:00
parent bbc2a8edcd
commit db1fe1f91a

View File

@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.18..3.29)
# Define our project.
project(ReNoise
VERSION 1.0
VERSION 0.1
LANGUAGES CXX)
# Prevent building in main directory, it generates lots of clutter!