Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bit101 committed Jun 6, 2020
1 parent c02cb88 commit 69f583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC := gcc
WARN := -Wno-unused-command-line-argument
CFLAGS := `pkg-config --cflags gtk+-3.0`
CLIBS := `pkg-config --libs gtk+-3.0`
VERSION := v0.2.3
VERSION := v0.2.4
SRC := src/*.c
INC := include/*.h

Expand Down

0 comments on commit 69f583a

Please sign in to comment.