Skip to content

Commit b943f0e

Browse files
authored
Merge pull request #195 from metalefty/release
Bump version to v0.2.17
2 parents 9990e8e + 8f54c03 commit b943f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://github.com/neutrinolabs/xorgxrdp/actions/workflows/build.yml/badge.svg)](https://github.com/neutrinolabs/xorgxrdp/actions)
22

3-
*Current Version:* 0.2.16
3+
*Current Version:* 0.2.17
44

55
# xorgxrdp
66

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.2.16], [[email protected]])
5+
AC_INIT([xorgxrdp], [0.2.17], [[email protected]])
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)