vbr-calc / vbr

The Very Broadband Rheology Calculator (VBRc): for fitting experimental data and measured properties in the Earth's upper mantle!
MIT License
20 stars 15 forks source link

add a dev tag to the version structure #119

Open chrishavlin opened 3 months ago

chrishavlin commented 3 months ago

Would be good to add a new field to the version structure defined in vbr/support/vbr_version.m :

  1. add Version.is_development =1 field. Set to 1 on main, set to 0 during release prep.
  2. adjust test ./vbr/testing/test_vbr_version.m to check for presence of the new field.