commit cdf3e75042768a1404b5381413a37c4209c5afd5
parent 4904439778a8d9878a9280833ea5883556dbbd15
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 10 Jun 2020 19:53:59 +0200
bdf2sfd 1.1.2 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.1
+ version: 1.1.2
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.1
+# bdf2sfd 1.1.2
# 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.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* 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.1"
+#define VERSION "bdf2sfd 1.1.2"
enum {
LINE_LENGTH_MAX = 65536
diff --git a/src/header.c b/src/header.c
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.1.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* 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.1
+ * bdf2sfd 1.1.2
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*