diff options
author | Chris Robinson <[email protected]> | 2008-06-04 20:47:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-06-04 20:47:20 -0700 |
commit | 2ae9da696ab6ec49f3f70c7b2a9d16d91a11aeb2 (patch) | |
tree | 4f1cb2dd7377f11f8d45a9e8029fea09f2ba7994 | |
parent | 376997c3ef3a35b665628105ef8b15285710a9ce (diff) |
Release 1.4.272openal-soft-1.4.272
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cd2dbf6..57a0e95f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ OPTION(EXAMPLES "Build example programs" ON) SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "4") -SET(LIB_BUILD_VERSION "270") +SET(LIB_BUILD_VERSION "272") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}") |