Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f1f1b0f6
Commit
f1f1b0f6
authored
Mar 14, 2004
by
Kurt Zeilenga
Browse files
Move to -release based soname versioning
parent
3e586bd3
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/top.mk
View file @
f1f1b0f6
...
...
@@ -68,7 +68,7 @@ SHTOOL = $(top_srcdir)/build/shtool
LIBTOOL
=
@LIBTOOL@
LIBVERSION
=
@OPENLDAP_LIBVERSION@
LTVERSION
=
-
version-info
$(LIBVERSION)
LTVERSION
=
-
release
$(LIBVERSION)
# libtool --only flag for libraries: platform specific
NT_LTONLY_LIB
=
# --only-
$(BUILD_LIBS_DYNAMIC)
...
...
build/version.sh
View file @
f1f1b0f6
...
...
@@ -25,7 +25,7 @@ elif test $ol_minor != X ; then
else
ol_version
=
${
ol_major
}
.
${
ol_minor
}
ol_type
=
Devel
ol_api_lib
=
0
:0:0
ol_api_lib
=
0
fi
ol_string
=
"
${
ol_package
}
${
ol_version
}
-
${
ol_type
}
"
...
...
build/version.var
View file @
f1f1b0f6
...
...
@@ -17,5 +17,5 @@ ol_major=2
ol_minor
=
X
ol_patch
=
X
ol_api_inc
=
000000
ol_api_lib
=
0
:0:
0
ol_api_lib
=
0
.0.
0
ol_release_date
=
"00/00/0000"
Write
Preview
Supports
Markdown
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