Skip to content

Commit ff6183e

Browse files
committed
Created correct tag for 1.6.2 release.
1 parent 5c93c5a commit ff6183e

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ You should have received a copy of the GNU Lesser General Public
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.6.0.0")]
38+
[assembly: AssemblyVersion("1.6.2.0")]

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

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

2020
open System.Reflection
2121

22-
[<AssemblyVersion("1.6.0.0")>]
22+
[<AssemblyVersion("1.6.2.0")>]
2323
[<AssemblyTitle("EmberLib.Glow.Formula")>]
2424
[<AssemblyCompany("L-S-B Broadcast Technologies GmbH")>]
2525
[<AssemblyCopyright("(c) L-S-B Broadcast Technologies GmbH 2012-2014")>]

EmberLib.net/EmberLib.Glow/Documentation/GlowDtd.asn1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
--
77
-- Change Log:
88
-- 2.31:
9+
-- - NOTE: This version describes the data schema of Ember+ 1.6.2.
910
-- - Renamed all fields called "schemaIdentifier" to "schemaIdentifiers"
1011
-- to match semantics.
1112
-- 2.30:

libember/Headers/ember/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#define LIBEMBER_VERSION_MAJOR 1
2727
#define LIBEMBER_VERSION_MINOR 6
28-
#define LIBEMBER_VERSION_REVISION 0
28+
#define LIBEMBER_VERSION_REVISION 2
2929

3030
namespace libember
3131
{

libember_slim/Source/emberplus.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_LIBRARY_VERSION (0x0132) //1.50
28+
#define EMBER_LIBRARY_VERSION (0x013E) //1.62
2929

3030
#include "glowtx.h"
3131
#include "glowrx.h"

libformula/Headers/formula/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define LIBFORMULA_VERSION_MAJOR 1
2424
#define LIBFORMULA_VERSION_MINOR 6
25-
#define LIBFORMULA_VERSION_REVISION 0
25+
#define LIBFORMULA_VERSION_REVISION 2
2626

2727
#endif // __LIBFORMULA_VERSION_HPP
2828

libs101/Headers/s101/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define LIBS101_VERSION_MAJOR 1
2424
#define LIBS101_VERSION_MINOR 6
25-
#define LIBS101_VERSION_REVISION 0
25+
#define LIBS101_VERSION_REVISION 2
2626

2727
#endif // __LIBS101_VERSION_HPP
2828

tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "glow/Dispatcher.h"
77

88

9-
#define VERSION_STRING "1.5.0"
9+
#define VERSION_STRING "1.6.2"
1010
#define TCP_PORT 9092
1111

1212
// =====================================================

0 commit comments

Comments
 (0)