Skip to content

Commit

Permalink
Updated version information to 1.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
KimonHoffmann committed Nov 14, 2019
1 parent 0659f96 commit f14d46b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion EmberLib.net/EmberLib.Glow.Formula/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module internal EmberLib.Glow.Formula.AssemblyInfo

open System.Reflection

[<AssemblyVersion("1.8.0.0")>]
[<AssemblyVersion("1.8.2.0")>]
[<AssemblyTitle("EmberLib.Glow.Formula")>]
[<AssemblyCompany("Lawo GmbH")>]
[<AssemblyCopyright("(c) Lawo GmbH")>]
Expand Down
2 changes: 1 addition & 1 deletion libember/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libember_slim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libember_slim/Source/ember.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)


// ====================================================================
Expand Down
2 changes: 1 addition & 1 deletion libformula/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libformula/Headers/formula/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion libs101/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "glow/Dispatcher.h"


#define VERSION_STRING "1.8.0"
#define VERSION_STRING "1.8.2"
#define TCP_PORT 9092

// =====================================================
Expand Down

0 comments on commit f14d46b

Please sign in to comment.