Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Include full year in build_info.h instead of two last digits
Include full year in build_info.h instead of two last digits [message #49861] Mon, 21 May 2018 20:44
Zbych is currently offline  Zbych
Messages: 325
Registered: July 2009
Senior Member
Hi,

bmYEAR from build_info.h has only two last digits of current year
$ (date '+#define bmYEAR    %y%n#define bmMONTH   %-m%n#define bmDAY     %-d%n#define bmHOUR    %-H%n#define bmMINUTE  %-M%n#define bmSECOND  %-S%n')
#define bmYEAR    18
#define bmMONTH   5
#define bmDAY     21
#define bmHOUR    20
#define bmMINUTE  42
#define bmSECOND  39

Can we change it to full 4-digit representation?
%y should be changed to %Y at line 694 and 700 in uppsrc/ide/Builders/Build.cpp.
https://github.com/ultimatepp/mirror/blame/master/uppsrc/ide /Builders/Build.cpp#L694

[Updated on: Mon, 21 May 2018 20:48]

Report message to a moderator

Previous Topic: Parsing sources process disallows to edit files inside TheIDE
Next Topic: TheIDE remote package dependencies proposal - dealing with baazar
Goto Forum:
  


Current Time: Fri Mar 29 07:05:34 CET 2024

Total time taken to generate the page: 0.02555 seconds