summaryrefslogtreecommitdiff
path: root/dist/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'dist/RELEASE')
-rw-r--r--dist/RELEASE14
1 files changed, 7 insertions, 7 deletions
diff --git a/dist/RELEASE b/dist/RELEASE
index 54896523..d323b470 100644
--- a/dist/RELEASE
+++ b/dist/RELEASE
@@ -1,16 +1,16 @@
# $Id$
-DB_VERSION_FAMILY=11
-DB_VERSION_LETTER="g"
-DB_VERSION_RELEASE=2
-DB_VERSION_MAJOR=5
-DB_VERSION_MINOR=3
-DB_VERSION_PATCH=21
+DB_VERSION_FAMILY=12
+DB_VERSION_LETTER="c"
+DB_VERSION_RELEASE=1
+DB_VERSION_MAJOR=6
+DB_VERSION_MINOR=1
+DB_VERSION_PATCH=23
DB_VERSION="$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH"
DB_VERSION_FULL="$DB_VERSION_FAMILY.$DB_VERSION_RELEASE.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH"
DB_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DB_VERSION_MAJOR $DB_VERSION_MINOR`
-DB_RELEASE_DATE="May 11, 2012"
+DB_RELEASE_DATE="February 17, 2015"
DB_VERSION_STRING="Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)"
DB_VERSION_FULL_STRING="Berkeley DB $DB_VERSION_FAMILY$DB_VERSION_LETTER Release $DB_VERSION_RELEASE, library version $DB_VERSION_FULL: ($DB_RELEASE_DATE)"