Skip to content

Commit 78f4ee7

Browse files
committed
set version to 3.3
1 parent c8bc916 commit 78f4ee7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.2.2-{build}
1+
version: 3.3-{build}
22
configuration: Release
33

44
image: Visual Studio 2022

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Process this file with autoconf to produce a configure script.
55

66
AC_PREREQ([2.69])
7-
AC_INIT([dvisvgm],[3.2.2],[martin.gieseking@uos.de])
8-
DATE="March 2024"
7+
AC_INIT([dvisvgm],[3.3],[martin.gieseking@uos.de])
8+
DATE="April 2024"
99
AC_CONFIG_SRCDIR(src)
1010
AC_CONFIG_HEADERS([config.h])
1111
AC_CONFIG_MACRO_DIR([m4])

doc/dvisvgm.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
55
.\" Date: 2024-03-28
66
.\" Manual: dvisvgm Manual
7-
.\" Source: dvisvgm 3.2.2
7+
.\" Source: dvisvgm 3.3
88
.\" Language: English
99
.\"
10-
.TH "DVISVGM" "1" "2024\-03\-28" "dvisvgm 3\&.2\&.2" "dvisvgm Manual"
10+
.TH "DVISVGM" "1" "2024\-03\-28" "dvisvgm 3\&.3" "dvisvgm Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

src/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = dvisvgm
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.2.2
41+
PROJECT_NUMBER = 3.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define VERSION_HPP
2323

2424
constexpr const char *PROGRAM_NAME = "dvisvgm";
25-
constexpr const char *PROGRAM_VERSION = "3.2.2";
25+
constexpr const char *PROGRAM_VERSION = "3.3";
2626

2727
#endif
2828

vc/dvisvgm.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <winver.h>
22

3-
#define DVISVGM_VERSION 3,2,2,0
4-
#define DVISVGM_VERSION_STR "3.2.2\0"
3+
#define DVISVGM_VERSION 3,3,0,0
4+
#define DVISVGM_VERSION_STR "3.3\0"
55

66
VS_VERSION_INFO VERSIONINFO
77
FILEVERSION DVISVGM_VERSION

0 commit comments

Comments
 (0)