Commit 4ba06ba7 authored by unknown's avatar unknown
Browse files

- 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
parent 7b0a538b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>