Skip to content

Commit

Permalink
Created correct tag for 1.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
KimonHoffmann committed Jul 31, 2015
1 parent 5c93c5a commit ff6183e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
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 @@ -35,4 +35,4 @@ You should have received a copy of the GNU Lesser General Public
// 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.6.0.0")]
[assembly: AssemblyVersion("1.6.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 @@ -19,7 +19,7 @@ module internal EmberLib.Glow.Formula.AssemblyInfo

open System.Reflection

[<AssemblyVersion("1.6.0.0")>]
[<AssemblyVersion("1.6.2.0")>]
[<AssemblyTitle("EmberLib.Glow.Formula")>]
[<AssemblyCompany("L-S-B Broadcast Technologies GmbH")>]
[<AssemblyCopyright("(c) L-S-B Broadcast Technologies GmbH 2012-2014")>]
Expand Down
1 change: 1 addition & 0 deletions EmberLib.net/EmberLib.Glow/Documentation/GlowDtd.asn1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--
-- Change Log:
-- 2.31:
-- - NOTE: This version describes the data schema of Ember+ 1.6.2.
-- - Renamed all fields called "schemaIdentifier" to "schemaIdentifiers"
-- to match semantics.
-- 2.30:
Expand Down
2 changes: 1 addition & 1 deletion libember/Headers/ember/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define LIBEMBER_VERSION_MAJOR 1
#define LIBEMBER_VERSION_MINOR 6
#define LIBEMBER_VERSION_REVISION 0
#define LIBEMBER_VERSION_REVISION 2

namespace libember
{
Expand Down
2 changes: 1 addition & 1 deletion libember_slim/Source/emberplus.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_LIBRARY_VERSION (0x0132) //1.50
#define EMBER_LIBRARY_VERSION (0x013E) //1.62

#include "glowtx.h"
#include "glowrx.h"
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 @@ -22,7 +22,7 @@

#define LIBFORMULA_VERSION_MAJOR 1
#define LIBFORMULA_VERSION_MINOR 6
#define LIBFORMULA_VERSION_REVISION 0
#define LIBFORMULA_VERSION_REVISION 2

#endif // __LIBFORMULA_VERSION_HPP

2 changes: 1 addition & 1 deletion libs101/Headers/s101/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define LIBS101_VERSION_MAJOR 1
#define LIBS101_VERSION_MINOR 6
#define LIBS101_VERSION_REVISION 0
#define LIBS101_VERSION_REVISION 2

#endif // __LIBS101_VERSION_HPP

2 changes: 1 addition & 1 deletion tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "glow/Dispatcher.h"


#define VERSION_STRING "1.5.0"
#define VERSION_STRING "1.6.2"
#define TCP_PORT 9092

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

0 comments on commit ff6183e

Please sign in to comment.