Skip to content

Commit

Permalink
2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodeSolheim committed Sep 20, 2015
1 parent 2b6940d commit f663e86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0beta2
2.6.1
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fs-uae-launcher (2.6.0~beta2-0) unstable; urgency=low
fs-uae-launcher (2.6.1-0) unstable; urgency=low

* Dummy changelog entry

Expand Down
4 changes: 2 additions & 2 deletions dist/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.6.0</string>
<string>2.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.6.0</string>
<string>2.6.1</string>
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions fs-uae-launcher.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name fs-uae-launcher
%define version 2.6.0beta2
%define unmangled_version 2.6.0beta2
%define version 2.6.1
%define unmangled_version 2.6.1
%define release 1%{?dist}

Summary: Graphical configuration frontend and launcher for FS-UAE
Expand Down
2 changes: 1 addition & 1 deletion fs_uae_launcher/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


def main():
version = "2.6.0beta2"
version = "2.6.1"

# if "--fs-uae-workspace=real" in sys.argv:
# try:
Expand Down

0 comments on commit f663e86

Please sign in to comment.