Skip to content

Commit f34667d

Browse files
authored
Merge pull request #148 from metalefty/prepare-release
bump version to v0.2.11
2 parents f4c8034 + dd67380 commit f34667d

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://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
22

3-
*Current Version:* 0.2.10
3+
*Current Version:* 0.2.11
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.10], [[email protected]])
5+
AC_INIT([xorgxrdp], [0.2.11], [[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)