solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit deafcb62e4ebf422aa226dbe6828caad88409bf1
parent ab5cb566eb0de133ac81341f582f3bcc33da4b3d
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  7 Sep 2026 15:29:18 +0200

Bump version number to 0.5

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -14,7 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. VERSION_MAJOR = 0 -VERSION_MINOR = 4 +VERSION_MINOR = 5 VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)