@@ -1,3 +1,13 @@
+Release Notes v1.13
+===
+### *work in progress*
+
+Changes
+-------
+- Update version number
Release Notes v1.12
===
### Objectives: *Multiple improvements and extensions in various areas, including compatibility, Lua scripting, documentation*
@@ -23,9 +23,9 @@
#ifndef CIVETWEB_HEADER_INCLUDED
#define CIVETWEB_HEADER_INCLUDED
-#define CIVETWEB_VERSION "1.12"
+#define CIVETWEB_VERSION "1.13"
#define CIVETWEB_VERSION_MAJOR (1)
-#define CIVETWEB_VERSION_MINOR (12)
+#define CIVETWEB_VERSION_MINOR (13)
#define CIVETWEB_VERSION_PATCH (0)
#ifndef CIVETWEB_API
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2018 the Civetweb developers
+/* Copyright (c) 2015-2020 the Civetweb developers
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
-/* Copyright (c) 2016-2018 the Civetweb developers
+/* Copyright (c) 2016-2020 the Civetweb developers