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.
This commit is contained in:
Tero Frondelius
2015-07-08 20:11:27 +03:00
parent 77c9f720a7
commit 500ebc8521
+2 -2
View File
@@ -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 |
+---------+-----------------------------+-----------------+