diff --git a/CMakeLists.txt b/CMakeLists.txt index 29adbace..16325085 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) -project(ember-plus VERSION 1.8.0) +project(ember-plus VERSION 1.8.2) add_subdirectory(libs101) add_subdirectory(libformula) diff --git a/EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs b/EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs index 67d5251b..d3d0b950 100644 --- a/EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs +++ b/EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs @@ -24,4 +24,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.8.0.0")] +[assembly: AssemblyVersion("1.8.2.0")] diff --git a/EmberLib.net/EmberLib.Glow.Formula/AssemblyInfo.fs b/EmberLib.net/EmberLib.Glow.Formula/AssemblyInfo.fs index ad691224..75bd4897 100644 --- a/EmberLib.net/EmberLib.Glow.Formula/AssemblyInfo.fs +++ b/EmberLib.net/EmberLib.Glow.Formula/AssemblyInfo.fs @@ -8,7 +8,7 @@ module internal EmberLib.Glow.Formula.AssemblyInfo open System.Reflection -[] +[] [] [] [] diff --git a/libember/CMakeLists.txt b/libember/CMakeLists.txt index 08dffb63..38d619b3 100644 --- a/libember/CMakeLists.txt +++ b/libember/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_policy(SET CMP0063 NEW) # Allow interprocedural optimization cmake_policy(SET CMP0069 NEW) -project(libember VERSION 1.8.0 LANGUAGES CXX) +project(libember VERSION 1.8.2 LANGUAGES CXX) # Use GNUInstallDirs to make sure libraries are installed into correct locations # on all platforms. diff --git a/libember_slim/CMakeLists.txt b/libember_slim/CMakeLists.txt index 5a45837d..fcf35379 100644 --- a/libember_slim/CMakeLists.txt +++ b/libember_slim/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_policy(SET CMP0063 NEW) # Allow interprocedural optimization cmake_policy(SET CMP0069 NEW) -project(libember_slim VERSION 1.8.0 LANGUAGES C) +project(libember_slim VERSION 1.8.2 LANGUAGES C) # Use GNUInstallDirs to make sure libraries are installed into correct locations # on all platforms. diff --git a/libember_slim/Source/ember.h b/libember_slim/Source/ember.h index 2702d787..24501859 100644 --- a/libember_slim/Source/ember.h +++ b/libember_slim/Source/ember.h @@ -25,7 +25,7 @@ * The upper byte is the major version number. * The lower byte is the minor version number. */ -#define EMBER_ENCODING_VERSION (0x0150) +#define EMBER_ENCODING_VERSION (0x0152) // ==================================================================== diff --git a/libformula/CMakeLists.txt b/libformula/CMakeLists.txt index 924e2579..7b37588e 100644 --- a/libformula/CMakeLists.txt +++ b/libformula/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_policy(SET CMP0063 NEW) # Allow interprocedural optimization cmake_policy(SET CMP0069 NEW) -project(libformula VERSION 1.8.0 LANGUAGES CXX) +project(libformula VERSION 1.8.2 LANGUAGES CXX) # Use GNUInstallDirs to make sure libraries are installed into correct locations # on all platforms. diff --git a/libformula/Headers/formula/Version.hpp b/libformula/Headers/formula/Version.hpp index 46525d25..be9387b5 100644 --- a/libformula/Headers/formula/Version.hpp +++ b/libformula/Headers/formula/Version.hpp @@ -9,7 +9,7 @@ #define LIBFORMULA_VERSION_MAJOR 1 #define LIBFORMULA_VERSION_MINOR 8 -#define LIBFORMULA_VERSION_REVISION 0 +#define LIBFORMULA_VERSION_REVISION 2 #endif // __LIBFORMULA_VERSION_HPP diff --git a/libs101/CMakeLists.txt b/libs101/CMakeLists.txt index 7ff13403..c76b1458 100644 --- a/libs101/CMakeLists.txt +++ b/libs101/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_policy(SET CMP0063 NEW) # Allow interprocedural optimization cmake_policy(SET CMP0069 NEW) -project(libs101 VERSION 1.8.0 LANGUAGES CXX) +project(libs101 VERSION 1.8.2 LANGUAGES CXX) # Use GNUInstallDirs to make sure libraries are installed into correct locations # on all platforms. diff --git a/tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp b/tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp index 525679d5..902cd497 100644 --- a/tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp +++ b/tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp @@ -12,7 +12,7 @@ #include "glow/Dispatcher.h" -#define VERSION_STRING "1.8.0" +#define VERSION_STRING "1.8.2" #define TCP_PORT 9092 // =====================================================