bim: version 3.0.0

This commit is contained in:
K. Lange 2021-11-19 06:21:55 +09:00
parent 5301963a87
commit 0f12363533
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,10 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "bim.h"
#define BIM_VERSION "3.0.0" TAG
#define BIM_COPYRIGHT "Copyright 2012-2021 K. Lange <\033[3mklange@toaruos.org\033[23m>"
#include <kuroko/kuroko.h>
#include <kuroko/vm.h>
#include <kuroko/debug.h>

View File

@ -37,9 +37,6 @@
# define TAG "-alpha"
#endif
#define BIM_VERSION "2.99.0" TAG
#define BIM_COPYRIGHT "Copyright 2012-2021 K. Lange <\033[3mklange@toaruos.org\033[23m>"
#define BLOCK_SIZE 4096
#define ENTER_KEY '\r'
#define LINE_FEED '\n'