First, make the script versioning system able to detect release candidates.
Otherwise, we willn't be able to use the "GIMP.GIMPPreview" identity (that
was previously tied to GIMP_UNSTABLE var, which is not set to 1 on RCs).
---
This also fixes the pseudo-revision trick when we have a zeroed micro version,
which is the case of the release candidates and the first stable version.
The versioning now have a different aproach from
|
||
|---|---|---|
| .. | ||
| installer | ||
| patches | ||
| store | ||
| 1_build-deps-crossroad.sh | ||
| 1_build-deps-msys2.sh | ||
| 2_build-gimp-crossroad.sh | ||
| 2_build-gimp-msys2.sh | ||
| 2_bundle-gimp-uni_base.sh | ||
| 2_bundle-gimp-uni_dep.py | ||
| all-deps-uni.txt | ||
| gimp-plug-ins.rc.in | ||
| gimp.manifest | ||
| gimp.rc.in | ||
| meson.build | ||