We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae73c4 commit c7b2da1Copy full SHA for c7b2da1
conanfile.py
@@ -7,7 +7,7 @@
7
8
class OpenEXRIdConan(ConanFile):
9
name = "OpenExrId"
10
- version = "1.0-beta.22"
+ version = "1.0-beta.27"
11
license = "MIT"
12
url = "https://github.com/MercenariesEngineering/openexrid"
13
description = "OpenEXR files able to isolate any object of a CG image with a perfect antialiazing "
openexrid/Version.h
@@ -20,6 +20,6 @@
20
namespace openexrid
21
{
22
23
-std::string Version = "1.0-beta.26";
+std::string Version = "1.0-beta.27";
24
25
}
0 commit comments