Skip to content

Commit

Permalink
Incremented the protocol version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Bingham committed Jul 26, 2014
1 parent 469e3e9 commit 7e94523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elisp/traad.el
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ after successful refactorings."
:type '(boolean)
:group 'traad)

(defconst traad-required-protocol-version 1
(defconst traad-required-protocol-version 2
"The required protocol version.")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down
2 changes: 1 addition & 1 deletion traad/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

log = logging.getLogger('traad.app')

PROTOCOL_VERSION = 1
PROTOCOL_VERSION = 2


class ProjectApp(bottle.Bottle):
Expand Down

0 comments on commit 7e94523

Please sign in to comment.