diff --git a/configure.ac_client b/configure.ac_client index 57914391..99204590 100644 --- a/configure.ac_client +++ b/configure.ac_client @@ -177,7 +177,7 @@ AM_CONDITIONAL([WITH_OPENSSL], [test x$with_openssl = xtrue]) if test "x$with_openssl" != "xtrue" then - AC_MSG_WARN([OpenSSL library not present or not recent enough. Compiling without OpenSSL support (https proxy support)]) + AC_MSG_WARN([OpenSSL library not present or not recent enough. Compiling without OpenSSL support (web socket/https proxy support)]) fi AM_CONDITIONAL(WITH_GUI_CLIENT, test "x$enable_headless" != "xyes") diff --git a/configure.ac_server b/configure.ac_server index 6ceaaa66..0a64ba5b 100644 --- a/configure.ac_server +++ b/configure.ac_server @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([urbackup-server], [2.5.9.0], [martin@urbackup.org]) +AC_INIT([urbackup-server], [2.5.10.0], [martin@urbackup.org]) AC_CONFIG_SRCDIR([AcceptThread.cpp]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/urbackupserver/www/js/urbackup.js b/urbackupserver/www/js/urbackup.js index 468b4be3..6b1f7794 100644 --- a/urbackupserver/www/js/urbackup.js +++ b/urbackupserver/www/js/urbackup.js @@ -5,7 +5,7 @@ g.startup=true; g.no_tab_mouse_click=false; g.tabberidx=-1; g.progress_stop_id=-1; -g.current_version=2005000900; +g.current_version=2005001000; g.status_show_all=false; g.ldap_login=false; g.datatable_default_config={};