From 1d5310a5f3e1c31486ab300f12c021f5877273c0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 7 Nov 2021 11:15:35 -0500 Subject: [PATCH] Bump version to 1.0b2. --- CHANGES.md | 4 ++-- Makefile | 2 +- pdfio.vcxproj | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2ed842c..1324475 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,8 @@ Changes in PDFio ================ -v1.0.0 (TBD) ------------- +v1.0b2 (November 7, 2021) +------------------------- - Added `pdfioFileCreateOutput` API to support streaming output of PDF (Issue #21) diff --git a/Makefile b/Makefile index 840443b..465dd5d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ DSONAME = LDFLAGS = LIBS = -lm -lz RANLIB = ranlib -VERSION = 1.0.0 +VERSION = 1.0b2 prefix = /usr/local diff --git a/pdfio.vcxproj b/pdfio.vcxproj index 8d62a7d..f4be525 100644 --- a/pdfio.vcxproj +++ b/pdfio.vcxproj @@ -87,7 +87,7 @@ Level3 true - PDFIO_VERSION="1.0.0";WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + PDFIO_VERSION="1.0b2";WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -101,7 +101,7 @@ true true true - PDFIO_VERSION="1.0.0";WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + PDFIO_VERSION="1.0b2";WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -115,7 +115,7 @@ Level3 true - PDFIO_VERSION="1.0.0";_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + PDFIO_VERSION="1.0b2";_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true @@ -130,7 +130,7 @@ true true true - PDFIO_VERSION="1.0.0";NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + PDFIO_VERSION="1.0b2";NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true