From 567aec4c2d780c2be95129279e5b1564be297522 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Tue, 29 Oct 2019 08:52:14 -0700 Subject: [PATCH] update version.h Summary: `hphp/facebook/update_version_header.sh` fbshipit-source-id: df352bca5a49b1bab8484f3bca0b1eea82e604d5 --- hphp/runtime/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hphp/runtime/version.h b/hphp/runtime/version.h index a8576b68aa5..4a82bd779b6 100644 --- a/hphp/runtime/version.h +++ b/hphp/runtime/version.h @@ -11,7 +11,7 @@ */ #ifndef HHVM_VERSION_OVERRIDE # define HHVM_VERSION_MAJOR 4 -# define HHVM_VERSION_MINOR 29 +# define HHVM_VERSION_MINOR 30 # define HHVM_VERSION_PATCH 0 # define HHVM_VERSION_SUFFIX "-dev" #endif -- 2.11.4.GIT