Skip to content

Commit

Permalink
1.1.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Pitchen <[email protected]>
Signed-off-by: Ludovic Desroches <[email protected]>
  • Loading branch information
CyrillePitchen authored and ldesroches committed Feb 6, 2025
1 parent cc92dcd commit 5b1814d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([libplanes],[1.0.5])
AC_INIT([libplanes],[1.1.0-rc1])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([Makefile.am])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libplanesinclude_HEADERS = $(top_srcdir)/include/planes/engine.h \
$(top_srcdir)/include/planes/kms.h \
$(top_srcdir)/include/planes/plane.h \
$(top_srcdir)/include/planes/fb.h
libplanes_la_LDFLAGS = -version-info 1:1:0 -no-undefined
libplanes_la_LDFLAGS = -version-info 2:0:0 -no-undefined

pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = $(top_builddir)/libplanes.pc

0 comments on commit 5b1814d

Please sign in to comment.