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

Commit

Permalink
Just release 3.0 already!
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Nov 18, 2021
1 parent 379fd21 commit 73d54dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[[email protected]\033[23m>"

#include <kuroko/kuroko.h>
#include <kuroko/vm.h>
#include <kuroko/debug.h>
Expand Down
3 changes: 0 additions & 3 deletions bim.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
# define TAG "-alpha"
#endif

#define BIM_VERSION "2.99.0" TAG
#define BIM_COPYRIGHT "Copyright 2012-2021 K. Lange <\033[[email protected]\033[23m>"

#define BLOCK_SIZE 4096
#define ENTER_KEY '\r'
#define LINE_FEED '\n'
Expand Down

0 comments on commit 73d54dd

Please sign in to comment.