Skip to content

Commit

Permalink
set version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Sep 7, 2018
1 parent 2fdab72 commit 7fe7352
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
@@ -1,4 +1,4 @@
version: 2.5-{build}
version: 2.6-{build}
configuration: Release

image: Previous Visual Studio 2017
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ addons:
project:
name: mgieseki/dvisvgm
description: "dvisvgm - A fast DVI to SVG converter"
version: 2.5
version: 2.6
notification_email: martin.gieseking@uos.de
build_command_prepend: "./configure --enable-bundled-libs; make clean"
build_command: "make -j"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -4,8 +4,8 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([dvisvgm],[2.5],[martin.gieseking@uos.de])
DATE="August 2018"
AC_INIT([dvisvgm],[2.6],[martin.gieseking@uos.de])
DATE="September 2018"
AC_CONFIG_SRCDIR(src)
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion src/Doxyfile
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.5
PROJECT_NUMBER = 2.6

# 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
Expand Up @@ -22,7 +22,7 @@
#define VERSION_HPP

constexpr const char *PROGRAM_NAME = "dvisvgm";
constexpr const char *PROGRAM_VERSION = "2.5";
constexpr const char *PROGRAM_VERSION = "2.6";

#endif

4 changes: 2 additions & 2 deletions vc/dvisvgm.rc
@@ -1,7 +1,7 @@
#include <winver.h>

#define DVISVGM_VERSION 2,5,0,0
#define DVISVGM_VERSION_STR "2.5\0"
#define DVISVGM_VERSION 2,6,0,0
#define DVISVGM_VERSION_STR "2.6\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION DVISVGM_VERSION
Expand Down

0 comments on commit 7fe7352

Please sign in to comment.