Skip to content

Commit

Permalink
Bump verson to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Apr 19, 2024
1 parent 2362c38 commit ef4e787
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.0], [[email protected]])
AC_INIT([xorgxrdp], [0.10.1], [[email protected]])
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 ef4e787

Please sign in to comment.