Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dnasdw committed Mar 24, 2017
1 parent 3fbf8a3 commit 468acec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(APPLE)
endif()
set(_3DSTOOL_MAJOR 1)
set(_3DSTOOL_MINOR 0)
set(_3DSTOOL_PATCHLEVEL 19)
set(_3DSTOOL_PATCHLEVEL 20)
if(NOT MSVC_IDE AND NOT XCODE_VERSION AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ An all-in-one tool for extracting/creating 3ds roms.
- v1.0.17 @ 2016.11.06 - Fix romfs hash bug
- v1.0.18 @ 2016.12.04 - Compatible with yaz0 with alignment property
- v1.0.19 @ 2017.01.11 - Fix romfs hash bug
- v1.0.20 @ 2017.03.24 - Refactoring

## Platforms

Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
AUTO_FILES(".." "src" "README\\.md")
AUTO_FILES("." "src" "\\.(cpp|h)$")
include_directories(${DEP_INCLUDE_DIR})
link_directories(${DEP_LIBRARY_DIR})
Expand Down

0 comments on commit 468acec

Please sign in to comment.