Skip to content

Commit

Permalink
added snapshot date to display-version
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Sep 30, 2020
1 parent 0bc6e90 commit 36065bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qbs/modules/qtc/qtc.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import qbs.FileInfo
import "qtc.js" as HelperFunctions

Module {
property string qtcreator_display_version: '4.13.2'
property string qtcreator_display_version: '4.13.2 snapshot-'+new Date().toISOString().slice(0,10)
property string ide_version_major: '4'
property string ide_version_minor: '13'
property string ide_version_release: '2'
Expand Down

0 comments on commit 36065bf

Please sign in to comment.