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 c67fd6f865f9d91dcf12e042c5dfa9c1c53d4ea3
parent fe5744989655f17071343d01fe5a245d9fb1fee9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 20 Jun 2025 13:43:13 +0200

Add the VERSION Makefile macro

Diffstat:
Mconfig.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -13,6 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +VERSION = 0.3.1 PREFIX = /usr/local CFLAGS = -O2 -std=c99 -pedantic -Wall