File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.9 FATAL_ERROR)
2- project (ember-plus VERSION 1.8.0 )
2+ project (ember-plus VERSION 1.8.2 )
33
44add_subdirectory (libs101)
55add_subdirectory (libformula)
Original file line number Diff line number Diff line change 2424// You can specify all the values or you can default the Build and Revision Numbers
2525// by using the '*' as shown below:
2626// [assembly: AssemblyVersion("1.0.*")]
27- [ assembly: AssemblyVersion ( "1.8.0 .0" ) ]
27+ [ assembly: AssemblyVersion ( "1.8.2 .0" ) ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module internal EmberLib.Glow.Formula.AssemblyInfo
88
99open System.Reflection
1010
11- [<AssemblyVersion( " 1.8.0 .0" ) >]
11+ [<AssemblyVersion( " 1.8.2 .0" ) >]
1212[<AssemblyTitle( " EmberLib.Glow.Formula" ) >]
1313[<AssemblyCompany( " Lawo GmbH" ) >]
1414[<AssemblyCopyright( " (c) Lawo GmbH" ) >]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cmake_policy(SET CMP0063 NEW)
1717# Allow interprocedural optimization
1818cmake_policy (SET CMP0069 NEW)
1919
20- project (libember VERSION 1.8.0 LANGUAGES CXX)
20+ project (libember VERSION 1.8.2 LANGUAGES CXX)
2121
2222# Use GNUInstallDirs to make sure libraries are installed into correct locations
2323# on all platforms.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cmake_policy(SET CMP0063 NEW)
1414# Allow interprocedural optimization
1515cmake_policy (SET CMP0069 NEW)
1616
17- project (libember_slim VERSION 1.8.0 LANGUAGES C)
17+ project (libember_slim VERSION 1.8.2 LANGUAGES C)
1818
1919# Use GNUInstallDirs to make sure libraries are installed into correct locations
2020# on all platforms.
Original file line number Diff line number Diff line change 2525 * The upper byte is the major version number.
2626 * The lower byte is the minor version number.
2727 */
28- #define EMBER_ENCODING_VERSION (0x0150 )
28+ #define EMBER_ENCODING_VERSION (0x0152 )
2929
3030
3131// ====================================================================
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake_policy(SET CMP0063 NEW)
1111# Allow interprocedural optimization
1212cmake_policy (SET CMP0069 NEW)
1313
14- project (libformula VERSION 1.8.0 LANGUAGES CXX)
14+ project (libformula VERSION 1.8.2 LANGUAGES CXX)
1515
1616# Use GNUInstallDirs to make sure libraries are installed into correct locations
1717# on all platforms.
Original file line number Diff line number Diff line change 99
1010#define LIBFORMULA_VERSION_MAJOR 1
1111#define LIBFORMULA_VERSION_MINOR 8
12- #define LIBFORMULA_VERSION_REVISION 0
12+ #define LIBFORMULA_VERSION_REVISION 2
1313
1414#endif // __LIBFORMULA_VERSION_HPP
1515
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake_policy(SET CMP0063 NEW)
1111# Allow interprocedural optimization
1212cmake_policy (SET CMP0069 NEW)
1313
14- project (libs101 VERSION 1.8.0 LANGUAGES CXX)
14+ project (libs101 VERSION 1.8.2 LANGUAGES CXX)
1515
1616# Use GNUInstallDirs to make sure libraries are installed into correct locations
1717# on all platforms.
Original file line number Diff line number Diff line change 1212#include " glow/Dispatcher.h"
1313
1414
15- #define VERSION_STRING " 1.8.0 "
15+ #define VERSION_STRING " 1.8.2 "
1616#define TCP_PORT 9092
1717
1818// =====================================================
You can’t perform that action at this time.
0 commit comments