Skip to content

Commit

Permalink
Bump version number to 1.0.0.rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns committed Jun 19, 2015
1 parent c86012e commit fd94fb5
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.0rc7"
#define APP_VERSION "1.0.0rc8"
#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 @@ -3,6 +3,6 @@
# Use is subject to Janelia Farm Research Campus Software Copyright 1.1 license terms.
# http://license.janelia.org/license/jfrc_copyright_1_1.html

version = "1.0.0rc7"
version_info = (1, 0, 0, "rc7")
version = "1.0.0rc8"
version_info = (1, 0, 0, "rc8")
JIRA_version_id = 10011

0 comments on commit fd94fb5

Please sign in to comment.