Skip to content

Commit

Permalink
Update the version to 0.5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evpo committed Apr 7, 2024
1 parent 712394b commit a6aaf36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/back_end_src/version.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#pragma once
#define VER_FILEVERSION 0,5,0,3
#define VER_FILEVERSION_STR "0.5.0.3"
#define VER_FILEVERSION 0,5,0,4
#define VER_FILEVERSION_STR "0.5.0.4"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR

#define VER_COMPANYNAME_STR ""
#define VER_FILEDESCRIPTION_STR "EncryptPad"
#define VER_INTERNALNAME_STR "EncryptPad"
#define VER_LEGALCOPYRIGHT_STR "Evgeny Pokhilko 2023 Copyright"
#define VER_LEGALCOPYRIGHT_STR "Evgeny Pokhilko 2024 Copyright"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_ORIGINALFILENAME_STR "EncryptPad.exe"
Expand Down

0 comments on commit a6aaf36

Please sign in to comment.