Skip to content

Commit

Permalink
rtpi: Bump version to 1.0
Browse files Browse the repository at this point in the history
Bump librtpi version to 1.0.0 in preparation for cutting a release.

At this time all ported tests are passing on x86_64, and ARM (32-bit).

Signed-off-by: Gratian Crisan <[email protected]>
  • Loading branch information
gratian committed Jan 9, 2024
1 parent a01f1e5 commit f68a846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# SPDX-License-Identifier: LGPL-2.1-only

AC_INIT([librtpi], [0.0.1], [https://gitlab.com/linux-rt/librtpi/-/issues])
AC_INIT([librtpi], [1.0.0], [https://gitlab.com/linux-rt/librtpi/-/issues])

MAJOR=1
MINOR=0
REVISION=0
AC_SUBST([LIBRTPI_VERSION], [$MAJOR:$MINOR:$REVISION], [library version])

AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AC_ARG_ENABLE([cancellation],
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

lib_LTLIBRARIES = librtpi.la
librtpi_la_SOURCES = pi_futex.h pi_mutex.c pi_cond.c
librtpi_la_LDFLAGS = -version-info @LIBRTPI_VERSION@
nobase_include_HEADERS = \
rtpi.h \
rtpi_internal.h \
Expand Down

0 comments on commit f68a846

Please sign in to comment.