diff options
author | midipix <writeonce@midipix.org> | 2024-06-03 21:35:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-03 21:35:11 +0000 |
commit | d69d0448cd2f11d0cea7b183765309f0b74ea541 (patch) | |
tree | 2b1dc3c31f3090feb67ea72c852664ba5644260e /project | |
parent | a50ee744ea3b86f7a0fea4df889d4662dbe9bfe2 (diff) | |
download | slibtool-d69d0448cd2f11d0cea7b183765309f0b74ea541.tar.bz2 slibtool-d69d0448cd2f11d0cea7b183765309f0b74ea541.tar.xz |
release 0.6.0v0.6.0
Diffstat (limited to 'project')
-rw-r--r-- | project/tagver.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/tagver.mk b/project/tagver.mk index 2595fde..f22212f 100644 --- a/project/tagver.mk +++ b/project/tagver.mk @@ -1,5 +1,5 @@ VER_NAMESPACE = SLBT VER_MAJOR = 0 -VER_MINOR = 5 -VER_PATCH = 36 +VER_MINOR = 6 +VER_PATCH = 0 |