diff options
author | Chris Robinson <[email protected]> | 2007-12-14 09:54:15 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-14 09:54:15 -0800 |
commit | 99eaf3fa837a2097d6a8435d2375f4312d0c741b (patch) | |
tree | 164185d6f7cd65ced80c4e327c3c8cf3044c9610 | |
parent | 5f4659534abfc3a27cdae32606f699f189275ec8 (diff) |
Release 1.0.38openal-soft-1.0.38
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bd87c0f..53af342d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ OPTION(WERROR "Treat compile warnings as errors" OFF) SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "0") -SET(LIB_BUILD_VERSION "0") +SET(LIB_BUILD_VERSION "38") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}") |