Skip to content

Commit

Permalink
Merge pull request #222 from metalefty/version
Browse files Browse the repository at this point in the history
Change development version to 0.9.80
  • Loading branch information
metalefty authored Jun 1, 2022
2 parents 946f39b + 209c0d3 commit a4ce59b
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], [[email protected]])
AC_INIT([xorgxrdp], [0.9.80], [[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 a4ce59b

Please sign in to comment.