Skip to content

Commit

Permalink
update version [ci cov]
Browse files Browse the repository at this point in the history
  • Loading branch information
White-Tiger committed May 21, 2017
1 parent 99d7ee2 commit 3048f3a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 41 deletions.
58 changes: 29 additions & 29 deletions src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
/**** Version ****/
# define VER_MAJOR 2
# define VER_MINOR 4
# define VER_BUILD 2
# define VER_BUILD 3
/** status values: 0=Alpha, 1=Beta, 2=RC, 3=Release, 4=Maintenance */
# define VER_STATUS 1
# define VER_STATUS_FULL "Beta"
# define VER_STATUS_SHORT "b"
# define VER_STATUS_GREEK "β"
# define VER_REVISION 459
# define VER_FULL "2.4.2 Beta"
# define VER_SHORT "2.4b2"
# define VER_SHORT_DOTS "2.4.2"
# define VER_SHORT_GREEK "2.4β2"
# define VER_RC_REVISION 2, 4, 2, 459
# define VER_RC_STATUS 2, 4, 2, 1
# define VER_REVISION 471
# define VER_FULL "2.4.3 Beta"
# define VER_SHORT "2.4b3"
# define VER_SHORT_DOTS "2.4.3"
# define VER_SHORT_GREEK "2.4β3"
# define VER_RC_REVISION 2, 4, 3, 471
# define VER_RC_STATUS 2, 4, 3, 1
/**** Subversion Information ****/
# define VER_REVISION_URL "git@github.com:White-Tiger/T-Clock.git"
# define VER_REVISION_DATE "2016-09-02 18:02:22 +0000 (Fri, Sep 02 2016)"
# define VER_REVISION_HASH "6bc075d"
# define VER_REVISION_TAG "v2.4.2#459-beta"
# define VER_REVISION_DATE "2017-05-20 19:40:32 +0000 (Sat, May 20 2017)"
# define VER_REVISION_HASH "99d7ee2"
# define VER_REVISION_TAG "v2.4.3#471-beta"
/**** Date/Time ****/
# define VER_TIMESTAMP 1472839398
# define VER_TIME_SEC 18
# define VER_TIME_MIN 3
# define VER_TIME_HOUR 18
# define VER_TIME_DAY 2
# define VER_TIME_MONTH 9
# define VER_TIME_YEAR 2016
# define VER_TIME_WDAY 5
# define VER_TIME_YDAY 245
# define VER_TIME_WDAY_SHORT "Fri"
# define VER_TIME_WDAY_FULL "Friday"
# define VER_TIME_MONTH_SHORT "Sep"
# define VER_TIME_MONTH_FULL "September"
# define VER_TIME "18:03:18"
# define VER_DATE "2016-09-02"
# define VER_DATE_LONG "Fri, Sep 02, 2016 18:03:18 UTC"
# define VER_DATE_SHORT "2016-09-02 18:03:18 UTC"
# define VER_DATE_ISO "2016-09-02T18:03:18Z"
# define VER_TIMESTAMP 1495370638
# define VER_TIME_SEC 58
# define VER_TIME_MIN 43
# define VER_TIME_HOUR 12
# define VER_TIME_DAY 21
# define VER_TIME_MONTH 5
# define VER_TIME_YEAR 2017
# define VER_TIME_WDAY 0
# define VER_TIME_YDAY 140
# define VER_TIME_WDAY_SHORT "Sun"
# define VER_TIME_WDAY_FULL "Sunday"
# define VER_TIME_MONTH_SHORT "May"
# define VER_TIME_MONTH_FULL "May"
# define VER_TIME "12:43:58"
# define VER_DATE "2017-05-21"
# define VER_DATE_LONG "Sun, May 21, 2017 12:43:58 UTC"
# define VER_DATE_SHORT "2017-05-21 12:43:58 UTC"
# define VER_DATE_ISO "2017-05-21T12:43:58Z"
/**** Helper 'functions' ****/
# define VER_IsReleaseOrHigher() ( VER_STATUS >= 3 )
# define VER_IsAlpha() ( VER_STATUS == 0 )
Expand Down
22 changes: 10 additions & 12 deletions src/version
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
57|445
2.1.0|2.4.2
57|471
2.1.0|2.4.3
|(first release)
|Windows 10 Anniversary fixes, improved Timer Watch
+ Timer Watch got lots of new stuff (#55)
* tooltips support corrected to work on Win2k/XP and Windows 10 (default tooltip)
* tooltips are now positioned more unified across multiple monitors
* taskbar transparency setting now supports previewing (and is less intrusive)
* improved performance when setting-up multi-monitor clocks (regression from Win10 anniversary update)
! improved API unloading procedure to be more reliable and properly restores the clock
! fixed #54 (initial clock size on auto-hide taskbars)
! fixed crash on Win2k/XP when using the uptime format
! fixed XP calendar size calculations
|minor bug fix release
+ added UAC shield icon to "Synchronize time" menu item
+ added numeric day-of-week format (numeric weekday) #53
* improved auto-hide taskbar support on Win10
* improved "turn off monitors on workstation lock"
* update checker got smarter
! fixed "Synchronize time" elevation broken since always
! fixed portable ini creation since v2.4.1#414

0 comments on commit 3048f3a

Please sign in to comment.