aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-04-05 12:31:25 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2026-04-05 13:00:20 +0200
commit509f6458d9a881f01e8a0c62b747af8736cad606 (patch)
tree47b478d836435f31bd999878247b1e9812530abc /Makefile
parentfd6379c3e339b2ce37b3369c6d47c0f77a7691d4 (diff)
downloaddynstr-master.tar.gz
Bump to version 0.1.1HEADv0.1.1master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 633e21f..cab8ad7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ pkgcfgdir = $(libdir)/pkgconfig
PROJECT = libdynstr
MAJOR_VERSION = 0
MINOR_VERSION = 1
-PATCH_VERSION = 0
+PATCH_VERSION = 1
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)
PROJECT_A = $(PROJECT).a
PROJECT_SO = $(PROJECT).so.$(VERSION)