- Fixed two small version number issues in MySQL-shared-compat.spec

support-files/MySQL-shared-compat.spec.sh:
   - fixed using the correct version number
   - bumped up the 3.23 version number to current
This commit is contained in:
unknown 2004-08-12 21:40:34 +02:00
commit 4ba06ba7b8

View file

@ -26,8 +26,8 @@
#
# Change this to match the version of the shared libs you want to include
#
%define version4 @VERSION@
%define version3 3.23.56
%define version4 @MYSQL_NO_DASH_VERSION@
%define version3 3.23.58
Name: MySQL-shared-compat
Packager: Lenz Grimmer <build@mysql.com>