Compare commits

...

3 Commits

3 changed files with 2270 additions and 118 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,6 +40,7 @@ leap_second_days_table[] = {
732676, /* 2005-12-31 */ 732676, /* 2005-12-31 */
733772, /* 2008-12-31 */ 733772, /* 2008-12-31 */
735049, /* 2012-06-30 */ 735049, /* 2012-06-30 */
736144, /* 2015-06-30 */
}; };

View File

@ -11,6 +11,6 @@
# expected to be in 'major.minor.micro' format. # expected to be in 'major.minor.micro' format.
VERMAJOR=0 VERMAJOR=0
VERMINOR=3 VERMINOR=3
VERMICRO=14 VERMICRO=15
# vim: expandtab:ts=4:sw=4:syntax=sh # vim: expandtab:ts=4:sw=4:syntax=sh