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 Oct 17, 2020
1 parent eaf1cf4 commit 4f6ced7
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.3'
property string qtcreator_display_version: '4.13.3 snapshot-'+new Date().toISOString().slice(0,10)
property string ide_version_major: '4'
property string ide_version_minor: '13'
property string ide_version_release: '3'
Expand Down

0 comments on commit 4f6ced7

Please sign in to comment.