Skip to content

Commit

Permalink
Version 1.60 (missed the string). Will retag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Apr 9, 2018
1 parent 54fca1d commit dd079fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgui.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// dear imgui, v1.60 WIP
// dear imgui, v1.60
// (headers)

// See imgui.cpp file for documentation.
Expand All @@ -21,7 +21,7 @@
#include <stddef.h> // ptrdiff_t, NULL
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp

#define IMGUI_VERSION "1.60 WIP"
#define IMGUI_VERSION "1.60"

// Define attributes of all API symbols declarations, e.g. for DLL under Windows.
#ifndef IMGUI_API
Expand Down

0 comments on commit dd079fe

Please sign in to comment.