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