Skip to content

Commit

Permalink
Version 1.5b2
Browse files Browse the repository at this point in the history
  • Loading branch information
fajran committed Nov 15, 2012
1 parent 293c9a2 commit 55223a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Xcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>1.5b1</string>
<string>1.5b2</string>
<key>CFBundleIdentifier</key>
<string>id.web.fajran.tuio</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define MIME_TYPES_HANDLED "application/x-tuio"
#define MIME_TYPES_DESCRIPTION MIME_TYPES_HANDLED":tuio:"PLUGIN_NAME
#define PLUGIN_DESCRIPTION "TUIO Client plugin"
#define PLUGIN_VERSION "1.5b1"
#define PLUGIN_VERSION "1.5b2"

#define DEFAULT_PORT 3333
#define DEFAULT_CALLBACK "tuio_callback"
Expand Down

0 comments on commit 55223a8

Please sign in to comment.