From d1a8285f818eb7e5c3d6a05709ea21a808490b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 19:55:58 +0100 Subject: New upstream version 5.1.0 --- app/bin/dxfformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/bin/dxfformat.c') diff --git a/app/bin/dxfformat.c b/app/bin/dxfformat.c index 4e1c775..3b79c7e 100644 --- a/app/bin/dxfformat.c +++ b/app/bin/dxfformat.c @@ -308,7 +308,7 @@ DxfPrologue(DynString *result, int layerCount, double x0, double y0, double x1, DynStringCatCStr(result, "\ 0\nSECTION\n\ 2\nHEADER\n\ - 9\n$ACADVER\n 1\nAC1015\n"); + 9\n$ACADVER\n 1\nAC1009\n"); DxfUnits(result); DxfDimensionSize(result, DXF_DIMTEXTSIZE); DxfDimensionSize(result, DXF_DIMARROWSIZE); -- cgit v1.2.3