File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
EmberLib.Glow/Documentation
tinyember/TinyEmberPlusRouter/TinyEmberPlusRouter Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff 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" ) ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module internal EmberLib.Glow.Formula.AssemblyInfo
1919
2020open 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" ) >]
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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
3030namespace libember
3131{
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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// =====================================================
You can’t perform that action at this time.
0 commit comments