summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3575ade0..fa5e0f94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.
-AC_INIT(Glances, 1.2, , glances)
+AC_INIT(Glances, 1.3, , glances)
AC_CONFIG_HEADERS([config.h])
@@ -22,5 +22,6 @@ dnl AX_PYTHON_MODULE([statgrab],[needed])
AC_OUTPUT([
Makefile
src/Makefile
+man/Makefile
])