From 8ea3fab052a5e6b8b86f3dc39bbd44a303406719 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 12 Apr 2019 16:52:48 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- rdesktop.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index faf7281..f3c58dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rdesktop, 1.8.3post) +AC_INIT(rdesktop, 1.8.99) AC_CONFIG_SRCDIR([rdesktop.c]) diff --git a/rdesktop.spec b/rdesktop.spec index 07246e8..88c4c40 100644 --- a/rdesktop.spec +++ b/rdesktop.spec @@ -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