Skip to content

Commit

Permalink
Acaually bump version to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Dec 15, 2024
1 parent 3b3d2b7 commit 0b6c6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.10.2], [xrdp-devel@googlegroups.com])
AC_INIT([xorgxrdp], [0.10.3], [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

0 comments on commit 0b6c6f3

Please sign in to comment.