Skip to content

Commit

Permalink
chore: update SFSE/Version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Jul 24, 2024
1 parent 54110ea commit fb1bd8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![C++23](https://img.shields.io/static/v1?label=standard&message=c%2B%2B23&color=blue&logo=c%2B%2B&&logoColor=red&style=flat)](https://en.cppreference.com/w/cpp/compiler_support)
![Platform](https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=flat&logo=windows)
[![Game version](https://img.shields.io/badge/game%20version-1.12.30-orange)](#Developing-with-CommonLibSF)
[![Game version](https://img.shields.io/badge/game%20version-1.12.36-orange)](#Developing-with-CommonLibSF)
[![Main CI](https://img.shields.io/github/actions/workflow/status/Starfield-Reverse-Engineering/CommonLibSF/main_ci.yml)](https://github.com/Starfield-Reverse-Engineering/CommonLibSF/actions/workflows/main_ci.yml)

## Build Dependencies
Expand Down
5 changes: 3 additions & 2 deletions include/SFSE/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ namespace SFSE
constexpr REL::Version RUNTIME_SF_1_10_32(1, 10, 32, 0);
constexpr REL::Version RUNTIME_SF_1_11_36(1, 11, 36, 0);
constexpr REL::Version RUNTIME_SF_1_12_30(1, 12, 30, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_12_30;
constexpr REL::Version RUNTIME_SF_1_12_36(1, 12, 36, 0);
constexpr auto RUNTIME_LATEST = RUNTIME_SF_1_12_36;

constexpr REL::Version SFSE_PACK_LATEST(0, 2, 8, 0);
constexpr REL::Version SFSE_PACK_LATEST(0, 2, 10, 0);
}

0 comments on commit fb1bd8e

Please sign in to comment.