diff --git a/.appveyor.yml b/.appveyor.yml index b7929cdb..b0ae8d2f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 2.3.2-{build} +version: 2.3.3-{build} configuration: Release image: Visual Studio 2017 diff --git a/.travis.yml b/.travis.yml index e688c8b0..d14f971d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ addons: project: name: mgieseki/dvisvgm description: "dvisvgm - A fast DVI to SVG converter" - version: 2.3.2 + version: 2.3.3 notification_email: martin.gieseking@uos.de build_command_prepend: "./configure; make clean" build_command: "make -j" diff --git a/configure.ac b/configure.ac index af575757..61e3ff8d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([dvisvgm],[2.3.2],[martin.gieseking@uos.de]) +AC_INIT([dvisvgm],[2.3.3],[martin.gieseking@uos.de]) DATE="February 2018" AC_CONFIG_SRCDIR(src) AC_CONFIG_HEADERS([config.h]) diff --git a/src/Doxyfile b/src/Doxyfile index dfd47fca..5885c1f4 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = dvisvgm # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.3.2 +PROJECT_NUMBER = 2.3.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/version.hpp b/src/version.hpp index f76120ef..56a02cfc 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -22,7 +22,7 @@ #define VERSION_HPP constexpr const char *PROGRAM_NAME = "dvisvgm"; -constexpr const char *PROGRAM_VERSION = "2.3.2"; +constexpr const char *PROGRAM_VERSION = "2.3.3"; #endif