Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9dadda80
Commit
9dadda80
authored
May 11, 2009
by
Chad MILLER
Browse files
Options
Browse Files
Download
Plain Diff
Merge with trunk.
parents
f72ddaeb
f949a760
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.in
configure.in
+2
-2
scripts/make_win_bin_dist
scripts/make_win_bin_dist
+1
-1
No files found.
configure.in
View file @
9dadda80
...
...
@@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# remember to also change ndb version below and update version.c in ndb
AM_INIT_AUTOMAKE
(
mysql, 5.0.8
2
)
AM_INIT_AUTOMAKE
(
mysql, 5.0.8
3
)
AM_CONFIG_HEADER
([
include/config.h:config.h.in]
)
PROTOCOL_VERSION
=
10
...
...
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR
=
5
NDB_VERSION_MINOR
=
0
NDB_VERSION_BUILD
=
8
2
NDB_VERSION_BUILD
=
8
3
NDB_VERSION_STATUS
=
""
# Set all version vars based on $VERSION. How do we do this more elegant ?
...
...
scripts/make_win_bin_dist
View file @
9dadda80
...
...
@@ -126,7 +126,7 @@ if [ -e $DESTDIR ] ; then
usage
fi
trap
'echo "Clea
r
ning up and exiting..." ; rm -fr $DESTDIR; exit 1'
ERR
trap
'echo "Cleaning up and exiting..." ; rm -fr $DESTDIR; exit 1'
ERR
# ----------------------------------------------------------------------
# Adjust target name if needed, release with debug info has another name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment