Skip to content

Commit

Permalink
bump engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Apr 13, 2020
1 parent 620ed7d commit 5580da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ int create_gpu_instance()
applicationInfo.pApplicationName = "ncnn";
applicationInfo.applicationVersion = 0;
applicationInfo.pEngineName = "ncnn";
applicationInfo.engineVersion = 20200222;
applicationInfo.engineVersion = 20200413;
applicationInfo.apiVersion = VK_MAKE_VERSION(1, 0, 0);

VkInstanceCreateInfo instanceCreateInfo;
Expand Down

0 comments on commit 5580da4

Please sign in to comment.