mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-15 16:23:13 +00:00
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:
+2
-2
@@ -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 |
|
||||
+---------+-----------------------------+-----------------+
|
||||
|
||||
Reference in New Issue
Block a user