Sha256: 6c87288b10bbef1dab92b5db0e12a91668fac9872507d13d4249097ca8e19d52
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2010-2012 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef LIBCOUCHBASE_CONFIGURATION_H #define LIBCOUCHBASE_CONFIGURATION_H 1 #define LCB_VERSION_STRING "@LCB_VERSION@" #define LCB_VERSION @LCB_VERSION_HEX@ #define LCB_VERSION_CHANGESET "@LCB_VERSION_CHANGESET@" /* * NOTE: * This symbol might be removed in future releases once tracing will reach GA status. */ #cmakedefine LCB_TRACING #endif
Version data entries
6 entries across 6 versions & 2 rubygems