Skip to content

Commit

Permalink
Change development version to 0.9.80
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Jun 1, 2022
1 parent 946f39b commit 209c0d3
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.2.18], [xrdp-devel@googlegroups.com])
AC_INIT([xorgxrdp], [0.9.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

0 comments on commit 209c0d3

Please sign in to comment.