Bump version to 1.15.1
Some checks failed
CI / build-firmware (push) Has been cancelled
CI / build-simulator (push) Has been cancelled
CI / get-base-ref-size (push) Has been cancelled
CI / Compare build size (push) Has been cancelled

This commit is contained in:
D. Scott Boggs 2024-09-15 12:00:38 -04:00
parent d689e5e874
commit 6a9d13fe77
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release")
project(pinetime VERSION 1.15.0 LANGUAGES C CXX ASM)
project(pinetime VERSION 1.15.1 LANGUAGES C CXX ASM)
set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_STANDARD 20)

View file

@ -37,8 +37,8 @@
domain = "git.techwork.zone";
owner = "scott";
repo = "InfiniTime";
rev = "b7cf42156c0cecba7dab44083965325f357ea443";
hash = "sha256-wpqubNAbujbtNyGETq4v8h4B3OhFNM5lnrTgozLe6h8=";
rev = "1.15.1";
hash = "sha256-9cy7qYRZrg7qZZwQzYeMIZivGLZ5uGUoTyPgHEvdnZ8=";
fetchSubmodules = true;
};