kaem: Fix version.

* src/symbol.c (MES_VERSION): Update to 0.24.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-05-03 22:52:45 +02:00
parent aa5f1533e1
commit 688b4ffbb6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* -*-comment-start: "//";comment-end:""-*- /* -*-comment-start: "//";comment-end:""-*-
* GNU Mes --- Maxwell Equations of Software * GNU Mes --- Maxwell Equations of Software
* Copyright © 2016,2017,2018,2019,2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> * Copyright © 2016,2017,2018,2019,2020,2022 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
* *
* This file is part of GNU Mes. * This file is part of GNU Mes.
* *
@ -23,7 +23,7 @@
#include <string.h> #include <string.h>
// char const *MES_VERSION = "0.23"; // char const *MES_VERSION = "0.24";
#if __M2_PLANET__ #if __M2_PLANET__
#define M2_CELL_SIZE 12 #define M2_CELL_SIZE 12