Skip to content

Commit d641e5c

Browse files
committed
bump so_minor for adding the new cfg auto-repeat functions
1 parent f73f821 commit d641e5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifeq ($(shell uname -s), Darwin)
1818
shared = -dynamiclib
1919
else
2020
so_major = 0
21-
so_minor = 3
21+
so_minor = 4
2222
devlink = lib$(name).so
2323
soname = $(devlink).$(so_major)
2424
lib_so = $(soname).$(so_minor)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To build the example programs, change into their directory and run `make`. The
7575

7676
License
7777
-------
78-
Copyright (C) 2007-2022 John Tsiombikas <nuclear@member.fsf.org>
78+
Copyright (C) 2007-2025 John Tsiombikas <nuclear@member.fsf.org>
7979

8080
libspnav is free software. Feel free to use, modify, and/or redistibute it
8181
under the terms of the 3-clause BSD license. See LICENSE for details.

0 commit comments

Comments
 (0)