dnl Process this file with autoconf to produce a configure script.
-AC_INIT([terminatorX], [4.0.99], [https://terminatorX.org/bugs/], [terminatorX], [https://terminatorX.org])
+AC_INIT([terminatorX], [4.1.0], [https://terminatorX.org/bugs/], [terminatorX], [https://terminatorX.org])
AC_CONFIG_SRCDIR([src/tX_global.h])
AM_INIT_AUTOMAKE
#include <config.h>
#define VERSIONSTRING PACKAGE " release " VERSION
#else
-#define VERSION "4.0.1"
-#define VERSIONSTRING "terminatorX release 4.0.1"
+#define VERSION "4.1.0"
+#define VERSIONSTRING "terminatorX release 4.1.0"
#endif
#endif