diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 15:14:36 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-02-10 15:14:36 +0000 |
commit | f8737f2eed50638dd93a4200cc1eab03cae27ac4 (patch) | |
tree | 0855401f24b814b5a0b77982d3929fa1cc5339ef /GNUmakefile.am | |
parent | Add FUNDING.yml (diff) | |
download | locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.tar locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.tar.gz locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.tar.bz2 locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.tar.lz locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.tar.xz locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.tar.zst locusts-f8737f2eed50638dd93a4200cc1eab03cae27ac4.zip |
Version Packageschangeset-release/master
Diffstat (limited to 'GNUmakefile.am')
-rw-r--r-- | GNUmakefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.am b/GNUmakefile.am index aed5683..750e61e 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -1,5 +1,5 @@ lib_LTLIBRARIES = libocusts.la -libocusts_la_LDFLAGS = -version-info 0:0:0 +libocusts_la_LDFLAGS = -version-info 1:0:0 libocusts_la_SOURCES = include/locusts.h lib_LIBRARIES = libocusts.a libocusts_a_SOURCES = include/locusts.h |