diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-05-30 17:27:12 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-05-30 17:27:12 +0100 |
| commit | 59ddfb4dd60ea2a9eb9e3593b988e9c6c5383b4e (patch) | |
| tree | afaeca41b29fabba34db6016eba8206ce0675c0f /packaging/windows-exe | |
| parent | d0eac028ceb128be50b23954034423f59321a450 (diff) | |
| download | rabbitmq-server-git-59ddfb4dd60ea2a9eb9e3593b988e9c6c5383b4e.tar.gz | |
Change version dependencies for the RPM and deb files. And for the Windows installer in case any Windows user is crazy enough to be running R12.
Diffstat (limited to 'packaging/windows-exe')
| -rw-r--r-- | packaging/windows-exe/rabbitmq_nsi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in index b351430eb8..101822f7e4 100644 --- a/packaging/windows-exe/rabbitmq_nsi.in +++ b/packaging/windows-exe/rabbitmq_nsi.in @@ -213,7 +213,7 @@ Function findErlang abort: Abort ${Else} - ${VersionCompare} $2 "5.6.3" $0 + ${VersionCompare} $2 "5.7.4" $0 ${VersionCompare} $2 "5.8.1" $1 ${If} $0 = 2 |
