Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 403 Bytes

Release Schedule: merging

Repo for tracking qTox release schedule.

Use switch.sh script to alter the current state merging | testing.

To get release date of the next qTox version:

next_date() { date -d @$(( $(date -d "$@" '+%s') + $(( 3600 * 24 * 7 * 6 )) )) '+%Y-%m-%d'; }

# supply date of the last release, e.g. 2016-12-25
next_date 2016-12-25