Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 73d54dd

Browse files
committed
Just release 3.0 already!
1 parent 379fd21 commit 73d54dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bim.c

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1616
*/
1717
#include "bim.h"
18+
19+
#define BIM_VERSION "3.0.0" TAG
20+
#define BIM_COPYRIGHT "Copyright 2012-2021 K. Lange <\033[[email protected]\033[23m>"
21+
1822
#include <kuroko/kuroko.h>
1923
#include <kuroko/vm.h>
2024
#include <kuroko/debug.h>

bim.h

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
# define TAG "-alpha"
3838
#endif
3939

40-
#define BIM_VERSION "2.99.0" TAG
41-
#define BIM_COPYRIGHT "Copyright 2012-2021 K. Lange <\033[[email protected]\033[23m>"
42-
4340
#define BLOCK_SIZE 4096
4441
#define ENTER_KEY '\r'
4542
#define LINE_FEED '\n'

0 commit comments

Comments
 (0)