Skip to content

Commit

Permalink
Prepare release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Oct 7, 2023
1 parent 81edc1b commit a0a3771
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Build output
.hemttout/*
/.hemttout/

# Releases
releases/*
/releases/

hemtt
hemtt.exe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

let modCpp = HEMTT_OUTPUT
let modCpp = HEMTT_VFS
.join("mod.cpp")
.open_file()
.read()
;

modCpp.replace("0.0.0", `${HEMTT_PROJECT_VERSION_MAJOR}.${HEMTT_PROJECT_VERSION_MINOR}.${HEMTT_PROJECT_VERSION_PATCH}`);

HEMTT_OUTPUT
HEMTT_VFS
.join("mod.cpp")
.create_file()
.write(modCpp)
Expand Down
4 changes: 2 additions & 2 deletions addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define MAJOR 1
#define MINOR 14
#define PATCH 4
#define MINOR 15
#define PATCH 0
2 changes: 2 additions & 0 deletions meta.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
protocol = 1;
publishedid = 1934142795;

0 comments on commit a0a3771

Please sign in to comment.