Set master version to 1.8.99 to be greater than 1.8.x versions

Currently, the version number of releases made from the branch 1.8.x are
greater than the version in the master branch (1.8.3post).

That makes life a little harder for packages wanting to package the code
from the master branch.

So, set the version to 1.8.99, ensuring with a high probability, that
the version will be greater than all 1.8.x releases.

Fixes: https://github.com/rdesktop/rdesktop/issues/325
This commit is contained in:
Paul Menzel 2019-04-12 16:52:48 +02:00
parent a4bdfcfe76
commit 8ea3fab052
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(rdesktop, 1.8.3post)
AC_INIT(rdesktop, 1.8.99)
AC_CONFIG_SRCDIR([rdesktop.c])

View File

@ -1,6 +1,6 @@
Summary: Remote Desktop Protocol client
Name: rdesktop
Version: 1.8.3post
Version: 1.8.99
Release: 1
License: GPL; see COPYING
Group: Applications/Communications