Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LoZack19 committed Apr 4, 2021
1 parent 334aa88 commit 579b244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/sh

CC=gcc
VERSION=1.4.1
VERSION=1.5.1
CFLAGS=-I./include

ifeq ($(DEBUG),1)
Expand Down
4 changes: 2 additions & 2 deletions include/texted/texted.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@


// Version control
#define VERSION "1.5"
#define VERSION "1.5.1"
#ifndef DEBUG
#define RELEASE "beta release "VERSION
#define RELEASE "release "VERSION
#else
#define RELEASE "debug-version "VERSION
#endif
Expand Down

0 comments on commit 579b244

Please sign in to comment.