commit 667925134819af02c2ff8d45f96aa0c529187ca9
parent 876f51193b7a85cc5b0c62e93125ca46592f7a30
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 12 Feb 2020 13:10:34 +0100
bdf2sfd 1.1.0 release.
Diffstat:
10 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -31,7 +31,7 @@ addons:
coverity_scan:
project:
name: "fcambus/bdf2sfd"
- version: 1.0.0
+ version: 1.1.0
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.0.0
+# bdf2sfd 1.1.0
# 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.0.0
+ * bdf2sfd 1.1.0
* 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.0.0
+ * bdf2sfd 1.1.0
* 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.0.0"
+#define VERSION "bdf2sfd 1.1.0"
enum {
LINE_LENGTH_MAX = 65536
diff --git a/src/header.c b/src/header.c
@@ -1,5 +1,5 @@
/*
- * bdf2sfd 1.0.0
+ * bdf2sfd 1.1.0
* 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.0.0
+ * bdf2sfd 1.1.0
* 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.0.0
+ * bdf2sfd 1.1.0
* 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.0.0
+ * bdf2sfd 1.1.0
* 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.0.0
+ * bdf2sfd 1.1.0
* 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.0.0
+ * bdf2sfd 1.1.0
* Copyright (c) 2019-2020, Frederic Cambus
* https://github.com/fcambus/bdf2sfd
*