Skip to content

Commit 461568e

Browse files
committed
oncrpc-ms 1.17
1 parent e850607 commit 461568e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- v1.17: Compatibility with C23 compilers, like gcc 15.
2+
13
- v1.16: Compatibility fixes for modern compilers.
24

35
Some first steps to be compatible with the modern TI-RPC API,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT([oncrpc-ms],[1.16])
3+
AC_INIT([oncrpc-ms],[1.17])
44
AC_CONFIG_SRCDIR([librpc/svc.c])
55
AC_CANONICAL_TARGET([])
66

0 commit comments

Comments
 (0)