Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3mania committed Jul 2, 2023
1 parent ee1c3e7 commit 3884470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/Common/Resources.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define PLUGIN_NAME L"Papyrus"
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define PATCH_VERSION 1
#define MINOR_VERSION 1
#define PATCH_VERSION 0
#define BUILD_NUMBER 0 // This number will be replaced by build script
#define PLUGIN_VERSION STR(MAJOR_VERSION) L"." STR(MINOR_VERSION) L"." STR(PATCH_VERSION)

Expand Down

0 comments on commit 3884470

Please sign in to comment.