Skip to content

Commit

Permalink
a new beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
dnasdw committed Jan 4, 2018
1 parent 8159450 commit 9922950
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ if(APPLE)
set(CMAKE_MACOSX_RPATH 1)
endif()
set(BFLIMTOOL_MAJOR 1)
set(BFLIMTOOL_MINOR 0)
set(BFLIMTOOL_PATCHLEVEL 1)
set(BFLIMTOOL_MINOR 1)
set(BFLIMTOOL_PATCHLEVEL 0)
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ A tool for decoding/encoding bflim file.

## History

- v1.1.0 @ 2018.01.04 - A new beginning

### v1.0

- v1.0.0 @ 2015.03.14 - First release
- v1.0.1 @ 2017.07.29 - Commandline support unicode

Expand Down
2 changes: 1 addition & 1 deletion dep/libsundaowen
Submodule libsundaowen updated 2 files
+2 −0 sdw_define.h
+11 −1 sdw_string.h

0 comments on commit 9922950

Please sign in to comment.