Skip to content

Commit 41fbf44

Browse files
authored
Merge pull request #358 from neutrinolabs/v0.10-release
Acaually bump version to v0.10.3
2 parents 3b3d2b7 + 0b6c6f3 commit 41fbf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ(2.65)
44
# package version must be x.y.z
5-
AC_INIT([xorgxrdp], [0.10.2], [xrdp-devel@googlegroups.com])
5+
AC_INIT([xorgxrdp], [0.10.3], [xrdp-devel@googlegroups.com])
66
package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1)
77
package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2)
88
package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3)

0 commit comments

Comments
 (0)