diff options
author | unknown <lenz@mysql.com> | 2004-08-12 21:40:34 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-12 21:40:34 +0200 |
commit | 4ba06ba7b85b84eed70f0c5f4ec2d4d27e9fc6c1 (patch) | |
tree | 7b758158c034c79becd3fa63c67447439bbc4d0e /support-files | |
parent | 7b0a538b14b47285c46b4e69e6f02226cf0c484b (diff) | |
download | mariadb-git-4ba06ba7b85b84eed70f0c5f4ec2d4d27e9fc6c1.tar.gz |
- 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
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/MySQL-shared-compat.spec.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/MySQL-shared-compat.spec.sh b/support-files/MySQL-shared-compat.spec.sh index 2a257a601a1..068daadab58 100644 --- a/support-files/MySQL-shared-compat.spec.sh +++ b/support-files/MySQL-shared-compat.spec.sh @@ -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> |