Skip to content

Commit cdf3e75

Browse files
committed
bdf2sfd 1.1.2 release.
1 parent 4904439 commit cdf3e75

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addons:
3131
coverity_scan:
3232
project:
3333
name: "fcambus/bdf2sfd"
34-
version: 1.1.1
34+
version: 1.1.2
3535
description: "BDF to SFD converter"
3636
notification_email: fred@statdns.com
3737
build_command_prepend: cmake .

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# bdf2sfd 1.1.1
2+
# bdf2sfd 1.1.2
33
# Copyright (c) 2019-2020, Frederic Cambus
44
# https://github.com/fcambus/bdf2sfd
55
#

src/bdf2sfd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

src/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*
@@ -13,7 +13,7 @@
1313
#ifndef CONFIG_H
1414
#define CONFIG_H
1515

16-
#define VERSION "bdf2sfd 1.1.1"
16+
#define VERSION "bdf2sfd 1.1.2"
1717

1818
enum {
1919
LINE_LENGTH_MAX = 65536

src/header.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

src/header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

src/parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

src/parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

src/polygon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

src/polygon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bdf2sfd 1.1.1
2+
* bdf2sfd 1.1.2
33
* Copyright (c) 2019-2020, Frederic Cambus
44
* https://github.com/fcambus/bdf2sfd
55
*

0 commit comments

Comments
 (0)