Skip to content

Commit

Permalink
CC:T 1.104.0 FPR
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed May 8, 2023
1 parent 55cc5d5 commit 46fc78d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Download ROM & CC:T
run: |
sudo git clone https://github.com/MCJack123/craftos2-rom /usr/local/share/craftos
git clone --branch v1.19.3-1.102.0 https://github.com/SquidDev-CC/CC-Tweaked ../CC-Tweaked
git clone --branch v1.19.4-1.104.0 https://github.com/SquidDev-CC/CC-Tweaked ../CC-Tweaked
patch -p1 -d ../CC-Tweaked < resources/CCT-Tests.patch
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion craftos2-lua
6 changes: 3 additions & 3 deletions src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ extern "C" {
#include <Computer.hpp>
#include <Terminal.hpp>

#define CRAFTOSPC_VERSION "v2.7.3"
#define CRAFTOSPC_CC_VERSION "1.102.2"
#define CRAFTOSPC_INDEV false
#define CRAFTOSPC_VERSION "v2.7.4"
#define CRAFTOSPC_CC_VERSION "1.104.0"
#define CRAFTOSPC_INDEV true

using path_t = std::filesystem::path;
namespace fs = std::filesystem;
Expand Down

0 comments on commit 46fc78d

Please sign in to comment.