Skip to content

Commit

Permalink
Increment versions to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJuan26 committed Jan 20, 2018
1 parent 8c4768b commit 0391a2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = OpenSkyStacker
PROJECT_NUMBER = v0.2.4
PROJECT_NUMBER = 0.3.0
PROJECT_BRIEF = "Multi-platform deep-sky stacker for astrophotography"
PROJECT_LOGO = openskystacker/images/openskystacker-logoabbr-128.png
OUTPUT_DIRECTORY = doc
Expand Down
2 changes: 1 addition & 1 deletion cl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using std::printf;
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QCoreApplication::setApplicationVersion("0.2.4");
QCoreApplication::setApplicationVersion("0.3.0");
QCoreApplication::setApplicationName("OpenSkyStacker");

OSS *oss = new OSS(&a);
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openskystacker (0.2.4-1) UNRELEASED; urgency=low
openskystacker (0.3.0-1) UNRELEASED; urgency=low

* Added command line application

Expand Down
2 changes: 1 addition & 1 deletion openskystacker/scripts/create-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

# set up your app name, version number, and background image file name
APP_NAME="OpenSkyStacker"
VERSION="0.2.4"
VERSION="0.3.0"
DMG_BACKGROUND_PATH="../images"
DMG_BACKGROUND_IMG="dng-background.png"
APP_PATH="../../bin"
Expand Down

0 comments on commit 0391a2a

Please sign in to comment.