Skip to content

Commit

Permalink
bump version to v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed May 30, 2019
1 parent 879c026 commit 2cf84fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)

*Current Version:* 0.2.9
*Current Version:* 0.2.10

# xorgxrdp

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ(2.65)
# package version must be x.y.z
AC_INIT([xorgxrdp], [0.2.9], [xrdp-devel@googlegroups.com])
AC_INIT([xorgxrdp], [0.2.10], [xrdp-devel@googlegroups.com])
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 2cf84fc

Please sign in to comment.