From 6cd57be330c051efe65f83f298596ee7ccf8a5f0 Mon Sep 17 00:00:00 2001 From: Martin Gieseking Date: Mon, 8 Jan 2024 22:02:05 +0100 Subject: [PATCH] set version to 3.2 --- .appveyor.yml | 2 +- configure.ac | 4 ++-- doc/dvisvgm.1 | 4 ++-- src/Doxyfile | 2 +- src/version.hpp | 2 +- vc/dvisvgm.rc | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 37b3df7b..5444d24c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 3.1.2-{build} +version: 3.2-{build} configuration: Release image: Visual Studio 2022 diff --git a/configure.ac b/configure.ac index c48051c6..6cca2c4e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([dvisvgm],[3.1.2],[martin.gieseking@uos.de]) -DATE="October 2023" +AC_INIT([dvisvgm],[3.2],[martin.gieseking@uos.de]) +DATE="January 2024" AC_CONFIG_SRCDIR(src) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/dvisvgm.1 b/doc/dvisvgm.1 index 1af80f02..dbcd907a 100644 --- a/doc/dvisvgm.1 +++ b/doc/dvisvgm.1 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2024-01-06 .\" Manual: dvisvgm Manual -.\" Source: dvisvgm 3.1.2 +.\" Source: dvisvgm 3.2 .\" Language: English .\" -.TH "DVISVGM" "1" "2024\-01\-06" "dvisvgm 3\&.1\&.2" "dvisvgm Manual" +.TH "DVISVGM" "1" "2024\-01\-06" "dvisvgm 3\&.2" "dvisvgm Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/src/Doxyfile b/src/Doxyfile index 54405ba5..22e24b58 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 = 3.1.2 +PROJECT_NUMBER = 3.2 # 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 386daf19..53261932 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 = "3.1.2"; +constexpr const char *PROGRAM_VERSION = "3.2"; #endif diff --git a/vc/dvisvgm.rc b/vc/dvisvgm.rc index 56e99ed9..bc0586d7 100644 --- a/vc/dvisvgm.rc +++ b/vc/dvisvgm.rc @@ -1,7 +1,7 @@ #include -#define DVISVGM_VERSION 3,1,2,0 -#define DVISVGM_VERSION_STR "3.1.2\0" +#define DVISVGM_VERSION 3,2,0,0 +#define DVISVGM_VERSION_STR "3.2\0" VS_VERSION_INFO VERSIONINFO FILEVERSION DVISVGM_VERSION