Skip to content

Commit

Permalink
version update, bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
White-Tiger committed Aug 4, 2016
1 parent 1cc0441 commit 5444e0e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 24 deletions.
36 changes: 18 additions & 18 deletions src/common/version.h
Expand Up @@ -18,35 +18,35 @@
# define VER_STATUS_FULL "Beta"
# define VER_STATUS_SHORT "b"
# define VER_STATUS_GREEK "β"
# define VER_REVISION 414
# define VER_REVISION 419
# define VER_FULL "2.4.1 Beta"
# define VER_SHORT "2.4b1"
# define VER_SHORT_DOTS "2.4.1"
# define VER_SHORT_GREEK "2.4β1"
# define VER_RC_REVISION 2, 4, 1, 414
# define VER_RC_REVISION 2, 4, 1, 419
# define VER_RC_STATUS 2, 4, 1, 1
/**** Subversion Information ****/
# define VER_REVISION_URL "git@github.com:White-Tiger/T-Clock.git"
# define VER_REVISION_DATE "2016-08-03 18:55:55 +0000 (Wed, Aug 03 2016)"
# define VER_REVISION_HASH "c82bc2b"
# define VER_REVISION_TAG "v2.4.1#414-beta"
# define VER_REVISION_DATE "2016-08-04 17:46:56 +0000 (Thu, Aug 04 2016)"
# define VER_REVISION_HASH "1cc0441"
# define VER_REVISION_TAG "v2.4.1#419-beta"
/**** Date/Time ****/
# define VER_TIMESTAMP 1470250661
# define VER_TIME_SEC 41
# define VER_TIME_MIN 57
# define VER_TIMESTAMP 1470333783
# define VER_TIME_SEC 3
# define VER_TIME_MIN 3
# define VER_TIME_HOUR 18
# define VER_TIME_DAY 3
# define VER_TIME_DAY 4
# define VER_TIME_MONTH 8
# define VER_TIME_YEAR 2016
# define VER_TIME_WDAY 3
# define VER_TIME_YDAY 215
# define VER_TIME_WDAY_SHORT "Wed"
# define VER_TIME_WDAY_FULL "Wednesday"
# define VER_TIME_WDAY 4
# define VER_TIME_YDAY 216
# define VER_TIME_WDAY_SHORT "Thu"
# define VER_TIME_WDAY_FULL "Thursday"
# define VER_TIME_MONTH_SHORT "Aug"
# define VER_TIME_MONTH_FULL "August"
# define VER_TIME "18:57:41"
# define VER_DATE "2016-08-03"
# define VER_DATE_LONG "Wed, Aug 03, 2016 18:57:41 UTC"
# define VER_DATE_SHORT "2016-08-03 18:57:41 UTC"
# define VER_DATE_ISO "2016-08-03T18:57:41Z"
# define VER_TIME "18:03:03"
# define VER_DATE "2016-08-04"
# define VER_DATE_LONG "Thu, Aug 04, 2016 18:03:03 UTC"
# define VER_DATE_SHORT "2016-08-04 18:03:03 UTC"
# define VER_DATE_ISO "2016-08-04T18:03:03Z"
#endif
9 changes: 3 additions & 6 deletions src/version
@@ -1,17 +1,14 @@
57|414
57|419
2.1.0|2.4.1
|(first release)
|Windows 10 Anniversary support
|Windows 10 Anniversary support (Beta2)
!!! if you're using portable mode / T-Clock.ini, please create a backup before updating !!!
! clock working once again on Windows 10 with anniversary update applied
+ now fully supporting Unicode! Use all those fancy smileys for your clock text, or tryout other languages like Japanese ;)
+ added update checker checkboxes to about page
+ added link to forums to about page
+ week number format now supports padding, just keep adding those "W" :P
* we now call our options, "Options" and no longer "properties" (as they would only apply to single items / files)
* "removed" Stoic Joker from about page by replacing his logo with mine.. :/
* context menu slightly reordered
* hooking is now slightly more safe (when using other 3rd party apps)
! fixed issue on API / DLL shutdown (it didn't correcly wait for DLL to unhook)
! fixed .pcb file support. will now play smoothly on Windows 7+
! fixed storing of 64bit registry values (thanks B00ze64, #30)
* other misc changes, tweaks and fixes

0 comments on commit 5444e0e

Please sign in to comment.