increment FDL_VERSION_MINOR on fiddle-X and tag that commit as vX.1.0
increment FDL_VERSION_MAJOR on master
This way it is clear that (normal) development stopped at the vX.0.0 tag and makes the history cleaner (all commits added between version vX.1.0 and vY.1.0 are between vX.0.0 and vY.0.0)
to keep things tidy lets do the following:
vX.0.0
fiddle-X
FDL_VERSION_MINOR
onfiddle-X
and tag that commit asvX.1.0
FDL_VERSION_MAJOR
onmaster
This way it is clear that (normal) development stopped at the
vX.0.0
tag and makes the history cleaner (all commits added between versionvX.1.0
andvY.1.0
are betweenvX.0.0
andvY.0.0
)