We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b3d2b7 + 0b6c6f3 commit 41fbf44Copy full SHA for 41fbf44
configure.ac
@@ -2,7 +2,7 @@
2
3
AC_PREREQ(2.65)
4
# package version must be x.y.z
5
-AC_INIT([xorgxrdp], [0.10.2], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.10.3], [xrdp-devel@googlegroups.com])
6
package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1)
7
package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2)
8
package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3)
0 commit comments