Skip to content

Commit 3f55491

Browse files
committed
Release version 0.4
1 parent 7ac5d67 commit 3f55491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
# this is really a proof of concept for now
3-
VERSION = 0.3
2+
VERSION = 0.4
43

54
SRC = src/plugin.cpp src/plugin.h \
65
src/cache.cpp src/cache.h \

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ in a non-standard location, the full path to the DLL may have to be specified:
7575

7676
## Build instructions
7777

78-
Just run `make`. In order to build with another compiler, use *e.g.* `make CXX=g++-13`.
78+
Just run `make` to build the plugin.
7979

80-
For debug builds, use `make DEBUG=1`.
80+
In order to build with another compiler, use *e.g.* `make CXX=g++-13`. For debug builds,
81+
use `make DEBUG=1`.
8182

8283
For now the best way to build on Windows is using an [MSYS2](https://www.msys2.org/) shell.
8384

0 commit comments

Comments
 (0)