Skip to content

Commit f14d46b

Browse files
committed
Updated version information to 1.8.2.
1 parent 0659f96 commit f14d46b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
2-
project(ember-plus VERSION 1.8.0)
2+
project(ember-plus VERSION 1.8.2)
33

44
add_subdirectory(libs101)
55
add_subdirectory(libformula)

EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
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")]

EmberLib.net/EmberLib.Glow.Formula/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module internal EmberLib.Glow.Formula.AssemblyInfo
88

99
open 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")>]

libember/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_policy(SET CMP0063 NEW)
1717
# Allow interprocedural optimization
1818
cmake_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.

libember_slim/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cmake_policy(SET CMP0063 NEW)
1414
# Allow interprocedural optimization
1515
cmake_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.

libember_slim/Source/ember.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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
// ====================================================================

libformula/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_policy(SET CMP0063 NEW)
1111
# Allow interprocedural optimization
1212
cmake_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.

libformula/Headers/formula/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

libs101/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_policy(SET CMP0063 NEW)
1111
# Allow interprocedural optimization
1212
cmake_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.

tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
// =====================================================

0 commit comments

Comments
 (0)