Skip to content

Commit

Permalink
set version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Mar 21, 2020
1 parent 1cdd816 commit 8041fca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
@@ -1,4 +1,4 @@
version: 2.9-{build}
version: 2.9.1-{build}
configuration: Release

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

AC_PREREQ(2.59)
AC_INIT([dvisvgm],[2.9],[martin.gieseking@uos.de])
AC_INIT([dvisvgm],[2.9.1],[martin.gieseking@uos.de])
DATE="March 2020"
AC_CONFIG_SRCDIR(src)
AC_CONFIG_HEADERS([config.h])
Expand Down
4 changes: 2 additions & 2 deletions doc/dvisvgm.1
Expand Up @@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2020-03-19
.\" Manual: dvisvgm Manual
.\" Source: dvisvgm 2.9
.\" Source: dvisvgm 2.9.1
.\" Language: English
.\"
.TH "DVISVGM" "1" "2020\-03\-19" "dvisvgm 2\&.9" "dvisvgm Manual"
.TH "DVISVGM" "1" "2020\-03\-19" "dvisvgm 2\&.9\&.1" "dvisvgm Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
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.9
PROJECT_NUMBER = 2.9.1

# 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.9";
constexpr const char *PROGRAM_VERSION = "2.9.1";

#endif

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

#define DVISVGM_VERSION 2,9,0,0
#define DVISVGM_VERSION_STR "2.9\0"
#define DVISVGM_VERSION 2,9,1,0
#define DVISVGM_VERSION_STR "2.9.1\0"

VS_VERSION_INFO VERSIONINFO
FILEVERSION DVISVGM_VERSION
Expand Down

0 comments on commit 8041fca

Please sign in to comment.