From 500ebc85218ab956fe17dfdb9e3fa35edb5b650d Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Wed, 8 Jul 2015 20:11:27 +0300 Subject: [PATCH] Fixed the road map to follow version standard Standard says: 0.x.0 versions for new features and 0.0.y versions for the bug fixes. Thus when having new features we should increment the middle number. For bug fixes we will increment the last number. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 63d386f..27308c2 100644 --- a/README.rst +++ b/README.rst @@ -47,9 +47,9 @@ Initial road map for JuliaFEM: +---------+-----------------------------+-----------------+ | version | number of degree of freedom | number of cores | +=========+=============================+=================+ -| 0.0.2 | 1 000 000 | 10 | +| 0.1.0 | 1 000 000 | 10 | +---------+-----------------------------+-----------------+ -| 0.1.0 | 10 000 000 | 100 | +| 0.2.0 | 10 000 000 | 100 | +---------+-----------------------------+-----------------+ | 1.0.0 | 100 000 000 | 1 000 | +---------+-----------------------------+-----------------+