summaryrefslogtreecommitdiffstats
path: root/version.pri
Commit message (Collapse)AuthorAgeFilesLines
* Build QDB with CMakeLassi Lehikoinen2021-05-281-1/+0
| | | | | | | | Also some Qt6 related changes. Task-number: QTBUG-86118 Change-Id: Id5bdf646071fcc10415945dfae73b2c66e53f7a7 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qdb: version update to 1.2.1v1.2.1Rami Potinkara2020-04-231-1/+1
| | | | | | Task-number: QTBUG-82531 Change-Id: Id1fce3c89be30cde05ce199c48452b971ae6218b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 1.2.0v1.2.0Kari Oikarinen2018-09-111-1/+1
| | | | | | Change-Id: I4eb7dda4f70052d9ff0b5ef8c23a3d3dbbf5c120 Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 1.1.0v1.1.0Kari Oikarinen2018-03-091-1/+1
| | | | | | | New commands to show warnings and errors are worth a minor version bump. Change-Id: Iea9b702fc67d36ead7c04b547727b2cd957a17f8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 1.0.2v1.0.2Kari Oikarinen2017-10-031-1/+1
| | | | | | | | | Even though there is no changes in code, a new release needs to made to make use of a newer version of libusb to fix a crash on Windows 7. Task-number: QTBUG-62430 Change-Id: I306873408dd129579f4c285da5bef49a1b74249f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Bump version to 1.0.1v1.0.1Kari Oikarinen2017-06-061-1/+1
| | | | | Change-Id: I36bc0232df05575546a837db5f2765324293f236 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Set manual version number rather than using gitKari Oikarinen2017-01-131-8/+1
| | | | | | | | | The `git describe` automation introduced in db61153547cb8aafaf374f43932047ea400bd482 is not helpful, since Coin does not build from git checkouts. Change-Id: I1221540b4ede402156f568b6e858f05a0e5d982b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Add --version optionKari Oikarinen2016-11-241-0/+8
Derive the version information with git-describe. It will use tags (once they exist) as a reference, but always includes (an abbreviated version) of the SHA1 so that finding the exact version is easy. Also show the used Qt version. A caveat is that since qmake is used, version is only updated after qmake is run and mains are compiled. This should not be a problem for real releases, since they will be built clean. Change-Id: I59e32f99c30a957d624eff0cf04a927328a08212 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>