Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jul 31, 2022
1 parent 60fd1dc commit 6a045d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

cmake_policy(SET CMP0010 NEW)

project( blackchocobo VERSION 1.80.0 DESCRIPTION "Final Fantasy 7 Save Editor")
project( blackchocobo VERSION 1.12.0 DESCRIPTION "Final Fantasy 7 Save Editor")
# Get the version from git if it's a git repository
IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
FIND_PACKAGE(Git)
Expand Down
10 changes: 10 additions & 0 deletions src/dialogs/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,16 @@ p, li { white-space: pre-wrap; }
<string>Default to PC type, when saving unknown type</string>
</property>
</item>
<item>
<property name="text">
<string>Allow for an item cap 99 always</string>
</property>
</item>
<item>
<property name="text">
<string>Prepend drive to file dialog sidebars</string>
</property>
</item>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 6a045d0

Please sign in to comment.