소스 검색

upgrading package: mysql 4.0.17 -> 4.0.18

Ralf S. Engelschall 22 년 전
부모
커밋
7d34bb9d66
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mysql/mysql.spec

+ 2 - 2
mysql/mysql.spec

@@ -25,7 +25,7 @@
 
 #   package version
 %define       V_major   4.0
-%define       V_minor   17
+%define       V_minor   18
 %define       V_mysql   %{V_major}.%{V_minor}
 %define       V_opkg    %{V_major}.%{V_minor}
 
@@ -40,7 +40,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_opkg}
-Release:      20040207
+Release:      20040213
 
 #   package options
 %option       with_bdb       yes