summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-09-28 09:31:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-10-05 11:32:11 +0200
commit69b60c0d89cfb79e755dc726b4b3b6bb70bfb6f9 (patch)
tree74a203bd1847e6b26a8add2fc7be8cde0f8d4096
parent55fc7e7eaf7ee659964d4d2308ba610bee88aadb (diff)
Release version 4.2.0v4.2.0
-rw-r--r--libxsd-tests/manifest2
-rw-r--r--libxsd/manifest2
-rw-r--r--xsd-examples/manifest2
-rw-r--r--xsd-tests/manifest2
-rw-r--r--xsd/doc/pregenerated/xsd.12
-rw-r--r--xsd/doc/pregenerated/xsd.xhtml9
-rw-r--r--xsd/manifest2
7 files changed, 10 insertions, 11 deletions
diff --git a/libxsd-tests/manifest b/libxsd-tests/manifest
index 4a09b2a..9b8f8e5 100644
--- a/libxsd-tests/manifest
+++ b/libxsd-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: libxsd-tests
-version: 4.2.0-b.4.z
+version: 4.2.0
project: xsd
type: tests
language: c++
diff --git a/libxsd/manifest b/libxsd/manifest
index 5beb699..22ebed9 100644
--- a/libxsd/manifest
+++ b/libxsd/manifest
@@ -1,6 +1,6 @@
: 1
name: libxsd
-version: 4.2.0-b.4.z
+version: 4.2.0
project: xsd
type: lib,binless
language: c++
diff --git a/xsd-examples/manifest b/xsd-examples/manifest
index e48f5e8..33536ff 100644
--- a/xsd-examples/manifest
+++ b/xsd-examples/manifest
@@ -1,6 +1,6 @@
: 1
name: xsd-examples
-version: 4.2.0-b.4.z
+version: 4.2.0
project: xsd
type: examples
language: c++
diff --git a/xsd-tests/manifest b/xsd-tests/manifest
index 8a050a0..3a523d8 100644
--- a/xsd-tests/manifest
+++ b/xsd-tests/manifest
@@ -1,6 +1,6 @@
: 1
name: xsd-tests
-version: 4.2.0-b.4.z
+version: 4.2.0
project: xsd
type: tests
language: c++
diff --git a/xsd/doc/pregenerated/xsd.1 b/xsd/doc/pregenerated/xsd.1
index b75232f..74c9e89 100644
--- a/xsd/doc/pregenerated/xsd.1
+++ b/xsd/doc/pregenerated/xsd.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii xsd.1
.\"
-.TH XSD 1 "January 2023" "XSD 4.2.0-b.4"
+.TH XSD 1 "January 2023" "XSD 4.2.0"
.SH NAME
xsd \- W3C XML Schema to C++ Compiler
.\"
diff --git a/xsd/doc/pregenerated/xsd.xhtml b/xsd/doc/pregenerated/xsd.xhtml
index 15d9d5f..9f705e7 100644
--- a/xsd/doc/pregenerated/xsd.xhtml
+++ b/xsd/doc/pregenerated/xsd.xhtml
@@ -1,11 +1,10 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>XSD 4.2.0-b.4 Compiler Command Line Manual</title>
+ <title>XSD 4.2.0 Compiler Command Line Manual</title>
- <meta name="version" content="4.2.0-b.4"/>
+ <meta charset="UTF-8"/>
+ <meta name="version" content="4.2.0"/>
<meta name="copyright" content="&#169; 2005-2023 Code Synthesis"/>
<meta name="keywords" content="xsd,xml,schema,c++,mapping,data,binding,code,generator,manual,man,page"/>
<meta name="description" content="XSD Compiler Command Line Manual"/>
diff --git a/xsd/manifest b/xsd/manifest
index f935257..8c8a336 100644
--- a/xsd/manifest
+++ b/xsd/manifest
@@ -1,6 +1,6 @@
: 1
name: xsd
-version: 4.2.0-b.4.z
+version: 4.2.0
language: c++
summary: XML Schema to C++ data binding compiler
license: other: GPL-2.0-only with Xerces-C++ linking exception and FLOSS exception