diff options
author | Your Name <you@example.com> | 2023-04-11 22:01:20 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-04-11 22:01:20 -0400 |
commit | b26cf10a2ffcd353d527cc8786ae955810fe4652 (patch) | |
tree | bcefd1f3c41a28a0b2aafe30b00ac0385e06c0ec /Makefile | |
parent | 4aece619ea06f0ecfa07722bf60f44c9470e7568 (diff) | |
download | libbible-b26cf10a2ffcd353d527cc8786ae955810fe4652.tar.gz libbible-b26cf10a2ffcd353d527cc8786ae955810fe4652.tar.bz2 libbible-b26cf10a2ffcd353d527cc8786ae955810fe4652.zip |
Version bumpv1.0.5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export version = 1.0.4 +export version = 1.0.5 export soname_version = $(word 1, $(subst ., , $(version))) override CXXFLAGS += -MMD -Wall -std=c++20 SOURCES = $(wildcard src/*.cc) |