Skip to content

Commit b407a74

Browse files
committed
Reenable AVIF_VERSION_DEVEL on the v1.0.x branch
1 parent b7c5de3 commit b407a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/avif/avif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extern "C" {
5858
#define AVIF_VERSION_MAJOR 1
5959
#define AVIF_VERSION_MINOR 0
6060
#define AVIF_VERSION_PATCH 2
61-
#define AVIF_VERSION_DEVEL 0
61+
#define AVIF_VERSION_DEVEL 1
6262
#define AVIF_VERSION \
6363
((AVIF_VERSION_MAJOR * 1000000) + (AVIF_VERSION_MINOR * 10000) + (AVIF_VERSION_PATCH * 100) + AVIF_VERSION_DEVEL)
6464

0 commit comments

Comments
 (0)