summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-06-07 22:30:08 -0700
committerChris Robinson <[email protected]>2009-06-07 22:30:08 -0700
commit043fe6edd2ea0e4aabe855ca2c4de3fe4b0fd530 (patch)
tree73f5fc9c0d134b6dfedc8a9f6f3277204af93218
parentef68e5d0ff0b3242023418f22420694385b8ddbe (diff)
Release 1.8.466openal-soft-1.8.466
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 451e3732..575f29d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,8 +47,8 @@ ELSE()
ENDIF()
SET(LIB_MAJOR_VERSION "1")
-SET(LIB_MINOR_VERSION "7")
-SET(LIB_BUILD_VERSION "411")
+SET(LIB_MINOR_VERSION "8")
+SET(LIB_BUILD_VERSION "466")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}")
IF(NOT DEFINED LIB_INSTALL_DIR)
SET(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")