Module: Mesa Branch: master Commit: 10b90570d1a2e60bd682eddde459ff5b94c5c7ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10b90570d1a2e60bd682eddde459ff5b94c5c7ea
Author: Guido Günther <[email protected]> Date: Mon Apr 1 17:58:24 2019 +0200 docs: Fix 19.0.x version numbers The list has 19.0.2 twice. Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- docs/release-calendar.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-calendar.html b/docs/release-calendar.html index 0b0bb138b12..35965f68de8 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -64,25 +64,25 @@ if you'd like to nominate a patch in the next stable release. </tr> <tr> <td>2019-04-23</td> -<td>19.0.2</td> +<td>19.0.3</td> <td>Dylan Baker</td> <td> </tr> <tr> <td>2019-05-07</td> -<td>19.0.3</td> +<td>19.0.4</td> <td>Dylan Baker</td> <td> </tr> <tr> <td>2019-05-21</td> -<td>19.0.4</td> +<td>19.0.5</td> <td>Dylan Baker</td> <td> </tr> <tr> <td>2019-06-04</td> -<td>19.0.5</td> +<td>19.0.6</td> <td>Dylan Baker</td> <td>Last planned 19.0.x release</td> </tr> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
