summaryrefslogtreecommitdiff
path: root/storage/bdb/dist/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'storage/bdb/dist/RELEASE')
-rw-r--r--storage/bdb/dist/RELEASE28
1 files changed, 28 insertions, 0 deletions
diff --git a/storage/bdb/dist/RELEASE b/storage/bdb/dist/RELEASE
new file mode 100644
index 00000000000..61151b8589c
--- /dev/null
+++ b/storage/bdb/dist/RELEASE
@@ -0,0 +1,28 @@
+# $Id: RELEASE,v 11.123 2002/09/13 22:16:02 bostic Exp $
+
+DB_VERSION_MAJOR=4
+DB_VERSION_MINOR=1
+DB_VERSION_PATCH=24
+DB_VERSION="$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=`date "+%B %e, %Y"`
+DB_VERSION_STRING="Sleepycat Software: Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)"
+
+# this file is included by all s_* scripts, so it's the way to apply
+# hacks :)
+
+# bitkeeper doesn't like somebody to mess with permissions!
+chmod()
+{
+ echo "chmod $1 $2" >/dev/null
+}
+
+# useful trick to find auto-generated files
+#cmp()
+#{
+# echo "==>> CMP $1 $2" >/dev/tty
+# /usr/bin/cmp "$1" "$2"
+#}
+