[go: nahoru, domu]

Skip to content

Commit

Permalink
releng for 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Sep 14, 2015
1 parent 12a6444 commit e58d42b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PROJECT(h2o C)

SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "4")
SET(VERSION_PATCH "5")
SET(VERSION_PRERELEASE "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_VERSION_MAJOR "0")
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for H2O.

1.4.5 2015-09-14 13:46:00+0000
- [file] fix directory traversal vulnerability (JVN#65602714)

1.4.4 2015-08-17 21:45:00+0000
- [misc] fix install error of libh2o-evloop in case development files of OpenSSL cannot be found #443 (Kazuho Oku)

Expand Down
4 changes: 2 additions & 2 deletions include/h2o/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
#ifndef h2o__version_h
#define h2o__version_h

#define H2O_VERSION "1.4.4"
#define H2O_VERSION "1.4.5"

#define H2O_VERSION_MAJOR 1
#define H2O_VERSION_MINOR 4
#define H2O_VERSION_PATCH 4
#define H2O_VERSION_PATCH 5

#define H2O_LIBRARY_VERSION_MAJOR 0
#define H2O_LIBRARY_VERSION_MINOR 9
Expand Down

0 comments on commit e58d42b

Please sign in to comment.