Skip to content

Commit

Permalink
Merge pull request #289 from metalefty/devel
Browse files Browse the repository at this point in the history
Change development version to 0.10.80
  • Loading branch information
metalefty authored Mar 9, 2024
2 parents 4de20d3 + 764032f commit 728cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ(2.65)
# package version must be x.y.z
AC_INIT([xorgxrdp], [0.9.80], [xrdp-devel@googlegroups.com])
AC_INIT([xorgxrdp], [0.10.80], [xrdp-devel@googlegroups.com])
package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1)
package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2)
package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3)
Expand Down Expand Up @@ -67,7 +67,7 @@ if test x$solaris = xyes; then
fi

if test "x$XRDP_CFLAGS" = "x"; then
PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.80])
PKG_CHECK_MODULES([XRDP], [xrdp >= 0.10.80])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi

Expand Down

0 comments on commit 728cf99

Please sign in to comment.