diff --git a/copkg/libjpeg.autopkg b/copkg/libjpeg.autopkg index b87cd91..2365958 100644 --- a/copkg/libjpeg.autopkg +++ b/copkg/libjpeg.autopkg @@ -23,9 +23,9 @@ nuget { summary: "This package contains C software to implement JPEG image encoding, decoding, and transcoding."; description: @"This package contains C software to implement JPEG image encoding, decoding, and transcoding. Homepage: http://www.ijg.org/"; - releaseNotes: "Release of 8d libraries."; + releaseNotes: "Release of 9b libraries."; copyright: Copyright 2013; - tags: { jpeg, native, CoApp }; + tags: { jpeg, native, CoApp, v120, v140 }; }; diff --git a/copkg/version.inc b/copkg/version.inc index ec3c434..f812dd6 100644 --- a/copkg/version.inc +++ b/copkg/version.inc @@ -1 +1 @@ -#define { package-version: 9.0.1.4; } +#define { package-version: 9.2.0.1; }