Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Futuremappermydud committed Nov 28, 2023
1 parent 0cdbbb8 commit a25a838
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "assimp",
"id": "assimp",
"author": "assimp, FutureMapper",
"version": "5.3.2",
"description": "assimp, version 5.3.2!",
"version": "5.3.3",
"description": "assimp, version 5.3.3!",
"dependencies": [],
"modFiles": [
"libassimp.so"
Expand Down
6 changes: 3 additions & 3 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"info": {
"name": "assimp",
"id": "assimp",
"version": "5.3.2",
"version": "5.3.3",
"url": "https://github.com/BSQ-VRM/Assimp-QPM",
"additionalData": {
"soLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.2/libassimp.so",
"modLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.2/assimp.qmod",
"soLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.3/libassimp.so",
"modLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.3/assimp.qmod",
"overrideSoName": "libassimp.so",
"compileOptions": {
"systemIncludes": [
Expand Down
6 changes: 3 additions & 3 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"info": {
"name": "assimp",
"id": "assimp",
"version": "5.3.1",
"version": "5.3.3",
"url": "https://github.com/BSQ-VRM/Assimp-QPM",
"additionalData": {
"soLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.1/libassimp.so",
"soLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.3/libassimp.so",
"overrideSoName": "libassimp.so",
"modLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.1/assimp.qmod",
"modLink": "https://github.com/BSQ-VRM/Assimp-QPM/releases/download/5.3.3/assimp.qmod",
"compileOptions": {
"systemIncludes": [
"shared/"
Expand Down
2 changes: 1 addition & 1 deletion qpm_defines.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YOU SHOULD NOT MANUALLY EDIT THIS FILE, QPM WILL VOID ALL CHANGES
# Version defines, pretty useful
set(MOD_VERSION "5.3.1")
set(MOD_VERSION "5.3.3")
# take the mod name and just remove spaces, that will be MOD_ID, if you don't like it change it after the include of this file
set(MOD_ID "assimp")

Expand Down

0 comments on commit a25a838

Please sign in to comment.