Skip to content

Commit

Permalink
bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeline committed Jun 27, 2024
1 parent 5b5bb25 commit 5c6b89c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)
set(CMAKE_C_STANDARD 99)

project(automata
VERSION 0.1.2
VERSION 0.2.0
DESCRIPTION "Automation tool for Windows"
HOMEPAGE_URL "https://github.com/fbeline/automata")

Expand Down
8 changes: 4 additions & 4 deletions resource.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IDI_ICON1 ICON "automata.ico"
1 VERSIONINFO
FILEVERSION 0,1,2,0
PRODUCTVERSION 0,1,2,0
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,0,0
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -14,12 +14,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "automata\0"
VALUE "FileDescription", "Powerful windows automation tool for advanced users.\0"
VALUE "FileVersion", "0.1.2.0\0"
VALUE "FileVersion", "0.2.0.0\0"
VALUE "InternalName", "automata\0"
VALUE "LegalCopyright", "fbeline;BSD-2-Clause\0"
VALUE "OriginalFilename", "automata.exe\0"
VALUE "ProductName", "automata\0"
VALUE "ProductVersion", "0.1.2.0\0"
VALUE "ProductVersion", "0.2.0.0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5c6b89c

Please sign in to comment.