Skip to content

Commit fc69314

Browse files
committed
Bump
1 parent 1be7340 commit fc69314

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#================= Project Setup ==========================
22

33
# CMake
4-
cmake_minimum_required(VERSION 3.23.0...3.25.0)
4+
cmake_minimum_required(VERSION 3.23.0...3.31.0)
55

66
# Project
77
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88
project(Stex
9-
VERSION 0.5.0.1
9+
VERSION 0.6
1010
LANGUAGES CXX
1111
DESCRIPTION "A tool to pack/unpack Klei TEX format atlases"
1212
)
1313

1414
# Get helper scripts
1515
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
16-
fetch_ob_cmake("4640fe55c5ececb736331d5c379a2113760e9236")
16+
fetch_ob_cmake("v0.3.10")
1717

1818
# Initialize project according to standard rules
1919
include(OB/Project)
@@ -61,18 +61,18 @@ set(STEX_QX_COMPONENTS
6161
# Fetch Qx
6262
include(OB/FetchQx)
6363
ob_fetch_qx(
64-
REF "3f9a0d6f46b5c56e29d31d6e19939c407006adf0"
64+
REF "v0.6.3"
6565
COMPONENTS
6666
${STEX_QX_COMPONENTS}
6767
)
6868

6969
# Fetch libsquish
7070
include(OB/FetchLibSquish)
71-
ob_fetch_modern_libsquish("8a6aad970285a536170de9b3fc63735a72674561")
71+
ob_fetch_modern_libsquish("1.15.1.3")
7272

7373
# Fetch etc2comp
7474
include(OB/FetchEtc2Comp)
75-
ob_fetch_etc2comp("afe20238f7c8033a98128a76d513b482f5ebce94")
75+
ob_fetch_etc2comp("v1.0.1")
7676

7777
# Process Targets
7878
set(APP_TARGET_NAME ${PROJECT_NAMESPACE_LC}_${PROJECT_NAMESPACE_LC})

0 commit comments

Comments
 (0)