summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2021-08-03 08:14:49 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2021-08-03 08:14:49 +0200
commit4e284b25c3d85b8e0d5bf32e627b0c60cca4ae7d (patch)
tree4fe8d6ac6a0bfbdd2307b8d13fad634304462142
parentd4509207a4a76849d74b75741361f5b64326431e (diff)
Fix version for development.
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f6a484d..4ee90b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([xrestop], [0.0.4],
+AC_INIT([xrestop], [0.4.99],
[https://gitlab.freedesktop.org/xorg/app/xrestop/issues], [xrestop])
AC_CONFIG_HEADERS([config.h])