commit b71ba7673edf69717f358d920317023b50da1d3e
parent 62e83fd61f6b81ec4439e5ff7dc51361ef66bda0
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 20 Oct 2020 11:38:18 +0200
bdf2sfd 1.1.5 release.
Diffstat:
11 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -31,7 +31,7 @@ addons:
coverity_scan:
project:
name: "fcambus/bdf2sfd"
- version: 1.1.4
+ version: 1.1.5
description: "BDF to SFD converter"
notification_email: fred@statdns.com
build_command_prepend: cmake .
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# bdf2sfd 1.1.4
+# bdf2sfd 1.1.5
# Copyright (c) 2019-2020, Frederic Cambus
# https://github.com/fcambus/bdf2sfd
#
diff --git a/src/bdf2sfd.c b/src/bdf2sfd.c
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/config.h b/src/config.h
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
@@ -13,7 +13,7 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define VERSION "bdf2sfd 1.1.4"
+#define VERSION "bdf2sfd 1.1.5"
#define LINE_LENGTH_MAX 65536
diff --git a/src/header.c b/src/header.c
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/header.h b/src/header.h
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/parse.c b/src/parse.c
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/parse.h b/src/parse.h
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/polygon.c b/src/polygon.c
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/polygon.h b/src/polygon.h
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.4
+ * bdf2sfd 1.1.5
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*