Skip to content

Commit

Permalink
bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Weaver committed Aug 24, 2015
1 parent 439ed4c commit 6f5ef6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Neuroptikon.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#ifndef APP_VERSION
#define APP_VERSION "1.0.0rc12"
#define APP_VERSION "1.0.0rc13"
#endif

[Setup]
Expand Down
4 changes: 2 additions & 2 deletions Source/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# http://license.janelia.org/license/jfrc_copyright_1_1.html


version = "1.0.0rc12"
version_info = (1, 0, 0, "rc12")
version = "1.0.0rc13"
version_info = (1, 0, 0, "rc13")
JIRA_version_id = 10011

0 comments on commit 6f5ef6a

Please sign in to comment.