mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Update version number and year
This commit is contained in:
parent
86771c3a9a
commit
30ed811dfe
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2016-2018 the Civetweb developers
|
||||
/* Copyright (c) 2016-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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user