Skip to content

dz111/mjc-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mjc-broker

Dependencies

  • python2.7
  • wxpython 2.8
  • pyinstaller 3.x (build only)

Release instructions

  1. Update client-src/version.py

  2. Update the version constants in server.py

  3. Tag the commit as "mjc-broker-[version]" where [version] does not contain the commit hash

Build instructions

  1. Update client-build/file_version_info.txt with correct information (lines 9, 10, 34, 39)

  2. Run build.bat

Version numbering

Version numbers are in the structure: maj.min.rev-hash

Increment version numbers:

  • maj: when breaking changes to the communications protocol occur
  • min: when features are added with no breaking changes
  • rev: when a new release with no feature additions occur (e.g. bug fix)

hash refers to the current git commit hash

License

Copyright (C) 2016 David Zhong

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published