Yichun Zhang (agentzh) bf47ba9529 bugfix: applied the patch for nginx security advisory (CVE-2016-4450).
also bumped version to 1.9.7.5.
2016-05-31 13:19:28 -07:00

8 lines
84 B
C
Executable File

#!/bin/bash
main_ver=1.9.7
minor_ver=5
version=$main_ver.$minor_ver
echo $version