diff options
author | Your Name <you@example.com> | 2022-02-23 13:00:05 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-23 13:00:05 -0500 |
commit | f0ffaa2e3db4498b4cb737e570d0db80c05fba50 (patch) | |
tree | 338517d2ff78512b35b31b3a28d2379d28b3106f /Makefile | |
parent | eec73973a450932ee2888c10a4034f42e497a2c7 (diff) | |
download | libbible-f0ffaa2e3db4498b4cb737e570d0db80c05fba50.tar.gz libbible-f0ffaa2e3db4498b4cb737e570d0db80c05fba50.tar.bz2 libbible-f0ffaa2e3db4498b4cb737e570d0db80c05fba50.zip |
Version bump: packaging and bug fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export version = 1.0.1 +export version = 1.0.2 override CXXFLAGS += -MMD -Wall -std=c++20 export CXXFLAGS override LDFLAGS += -Lsrc/lib -lbible |