-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeal version number in the About Zeal dialog needs to be updated. #246
Comments
It's by no means a complete fix, but the recent automated Shippable builds should display correct YYYYMMDD version numbers (they're automatically replaced in https://github.com/jkozera/zeal/blob/master/shippable.yml#L30) Ideally I guess we should have proper version numbers and perhaps autodetect current one using git tags. |
Closing this as a duplicate of #203. |
How can this be a duplicate of (#)203? I just pointed out that Zeal version 20141123 still displayed 20140215. The code I posted was in response to the casual remark/request (last line of his comment) by jkozera. |
@RobertinoValue there was no confusion. We need to improve the code, that generates version number. Getting one from the git tags is the best option. So, the proper fix for this issue would be implemented together with #203. Anyway, we can keep this one open until a new release. |
Nope, 20150112054614 still shows 20140215. |
This is hard coded in src.pro: Line 21 in 86971e9
|
Thanks @schlamar. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for a related request. |
Not a high priority.
The Zeal version number/date in
zeal/zeal.pro
needs to be updated.Zeal version
20141123
displays20140215
.https://github.com/jkozera/zeal/blob/7112812ddc08f0cf06e1a629c739d4e61e28a62e/zeal/zeal.pro#L71
The text was updated successfully, but these errors were encountered: