Skip to content

Commit

Permalink
Merge pull request #45 from Justyna-JustCode/task/38_semantic-versioning
Browse files Browse the repository at this point in the history
#38: Change version to 1.1.0
  • Loading branch information
Justyna-JustCode authored May 19, 2022
2 parents a242322 + 2197ef2 commit b461912
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,7,0
PRODUCTVERSION 1,0,7,0
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "JustCode"
VALUE "FileDescription", "Resto is a simple application to control work time and breaks."
VALUE "FileVersion", "1.0.7.0"
VALUE "FileVersion", "1.1.0.0"
VALUE "InternalName", "Resto.exe"
VALUE "LegalCopyright", "Copyright (C) 2022"
VALUE "OriginalFilename", "Resto.exe"
VALUE "ProductName", "Resto"
VALUE "ProductVersion", "1.0.7.0"
VALUE "ProductVersion", "1.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion appInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(APP_NAME "Resto")
set(APP_DESCRIPTION "A small application for work time management")

set(APP_VERSION 1.0.7)
set(APP_VERSION 1.1.0)
execute_process(COMMAND git --git-dir ${CMAKE_SOURCE_DIR}/.git --work-tree ${CMAKE_SOURCE_DIR} log --pretty=format:%h -n 1
OUTPUT_VARIABLE BUILD_NUMBER
ERROR_QUIET)
Expand Down
4 changes: 2 additions & 2 deletions help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@
}

</style>
<title>Resto 1.0.7</title>
<title>Resto 1.1.0</title>
</head>

<body>
<h1>Resto<img id="titleImage" alt="" src="./imgs/resto-logo.png" /></h1>
<div class="subtitle">ver. 1.0.7</div>
<div class="subtitle">ver. 1.1.0</div>

<div class="tableContents">
<ol>
Expand Down

0 comments on commit b461912

Please sign in to comment.