Skip to content

Commit 5570b35

Browse files
committed
updated version
1 parent 7074eb8 commit 5570b35

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

src/common/version.h

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,35 @@
1818
# define VER_STATUS_FULL "RC"
1919
# define VER_STATUS_SHORT "rc"
2020
# define VER_STATUS_GREEK "гc"
21-
# define VER_REVISION 351
21+
# define VER_REVISION 369
2222
# define VER_FULL "2.4.0 RC"
2323
# define VER_SHORT "2.4rc0"
2424
# define VER_SHORT_DOTS "2.4.0"
2525
# define VER_SHORT_GREEK "2.4гc0"
26-
# define VER_RC_REVISION 2, 4, 0, 351
26+
# define VER_RC_REVISION 2, 4, 0, 369
2727
# define VER_RC_STATUS 2, 4, 0, 2
2828
/**** Subversion Information ****/
2929
# define VER_REVISION_URL "git@github.com:White-Tiger/T-Clock.git"
30-
# define VER_REVISION_DATE "2015-10-19 15:45:03 +0000 (Mon, Oct 19 2015)"
31-
# define VER_REVISION_HASH "2d6f529"
32-
# define VER_REVISION_TAG "v2.4.0#351-rc"
30+
# define VER_REVISION_DATE "2015-11-13 15:42:08 +0000 (Fri, Nov 13 2015)"
31+
# define VER_REVISION_HASH "c7353c4"
32+
# define VER_REVISION_TAG "v2.4.0#369-rc"
3333
/**** Date/Time ****/
34-
# define VER_TIMESTAMP 1445277262
35-
# define VER_TIME_SEC 22
36-
# define VER_TIME_MIN 54
37-
# define VER_TIME_HOUR 17
38-
# define VER_TIME_DAY 19
39-
# define VER_TIME_MONTH 10
34+
# define VER_TIMESTAMP 1447429391
35+
# define VER_TIME_SEC 11
36+
# define VER_TIME_MIN 43
37+
# define VER_TIME_HOUR 15
38+
# define VER_TIME_DAY 13
39+
# define VER_TIME_MONTH 11
4040
# define VER_TIME_YEAR 2015
41-
# define VER_TIME_WDAY 1
42-
# define VER_TIME_YDAY 291
43-
# define VER_TIME_WDAY_SHORT "Mon"
44-
# define VER_TIME_WDAY_FULL "Monday"
45-
# define VER_TIME_MONTH_SHORT "Oct"
46-
# define VER_TIME_MONTH_FULL "October"
47-
# define VER_TIME "17:54:22"
48-
# define VER_DATE "2015-10-19"
49-
# define VER_DATE_LONG "Mon, Oct 19, 2015 17:54:22 UTC"
50-
# define VER_DATE_SHORT "2015-10-19 17:54:22 UTC"
51-
# define VER_DATE_ISO "2015-10-19T17:54:22Z"
41+
# define VER_TIME_WDAY 5
42+
# define VER_TIME_YDAY 316
43+
# define VER_TIME_WDAY_SHORT "Fri"
44+
# define VER_TIME_WDAY_FULL "Friday"
45+
# define VER_TIME_MONTH_SHORT "Nov"
46+
# define VER_TIME_MONTH_FULL "November"
47+
# define VER_TIME "15:43:11"
48+
# define VER_DATE "2015-11-13"
49+
# define VER_DATE_LONG "Fri, Nov 13, 2015 15:43:11 UTC"
50+
# define VER_DATE_SHORT "2015-11-13 15:43:11 UTC"
51+
# define VER_DATE_ISO "2015-11-13T15:43:11Z"
5252
#endif

src/version

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
57|351
1+
57|369
22
2.1.0|2.4.0
33
|(first release)
4-
|(current pre-release)
4+
|! fixed major bug in static builds
5+
! fixed issue #10 (Win10 calendar not closing on 2nd click)
6+
! fixed "copy to clipboard" mouse action UI (didn't save changes)
7+
+ added new mouse-click-actions: empty/open recycle bin, execute command
8+
+ multi-monitor support extended for standard tooltip
9+
* UI: colorbox and mouse click action adjustments
10+
- removed hooking delay (lets see how it goes)

0 commit comments

Comments
 (0)