Skip to content

Commit

Permalink
set version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Feb 20, 2018
1 parent f9941ee commit f5397eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.3.2-{build}
version: 2.3.3-{build}
configuration: Release

image: Visual Studio 2017
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
build_command_prepend: "./configure; make clean"
build_command: "make -j"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([dvisvgm],[2.3.2],[[email protected]])
AC_INIT([dvisvgm],[2.3.3],[[email protected]])
DATE="February 2018"
AC_CONFIG_SRCDIR(src)
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion src/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5397eb

Please sign in to comment.