diff --git a/CMakeLists.txt b/CMakeLists.txt index 85ca50c..bd9a3a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(image-gp-6 VERSION 0.0.29) +project(image-gp-6 VERSION 0.0.30) include(FetchContent) diff --git a/pull.sh b/pull.sh new file mode 100755 index 0000000..bec2ca8 --- /dev/null +++ b/pull.sh @@ -0,0 +1,11 @@ +#!/bin/bash +git pull +wd=$(pwd) +cd lib/blt-gp +git pull +cd lib/blt +git pull +cd $wd +cd lib/blt-graphics +git pull +