Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgKh committed Jun 7, 2024
1 parent 5fa3f5e commit 89f48a5
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 @@ -3,7 +3,7 @@ project(katvan LANGUAGES CXX)

enable_testing()

set(KATVAN_VERSION "0.3.0")
set(KATVAN_VERSION "0.4.0")

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
8 changes: 4 additions & 4 deletions assets/katvan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
IDI_ICON1 ICON "katvan.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,0,0
PRODUCTVERSION 0,3,0,0
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS VOS_NT_WINDOWS32
Expand All @@ -16,12 +16,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Katvan"
VALUE "FileDescription", "A bare-bones editor for Typst files, with a bias for RTL"
VALUE "FileVersion", "0.3.0.0"
VALUE "FileVersion", "0.4.0.0"
VALUE "LegalCopyright", "Copyright (c) 2024 Igor Khanin"
VALUE "InternalName", "katvan"
VALUE "OriginalFilename", "katvan.exe"
VALUE "ProductName", "Katvan"
VALUE "ProductVersion", "0.3.0.0"
VALUE "ProductVersion", "0.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 89f48a5

Please sign in to comment.