Skip to content

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sardid committed Apr 10, 2021
1 parent 234d45f commit 8350fef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

project(sierrabreezeenhanced)
set(PROJECT_VERSION "0.9.5")
set(PROJECT_VERSION "1.0.0")
set(PROJECT_VERSION_MAJOR 0)

cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
V1.0.0
---------

* Rename config file to avoid interference with upstream breezerc file (fixes issue #90)

V0.9.5
---------

Expand Down
2 changes: 1 addition & 1 deletion breezesettingsdata.kcfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile name="breezerc"/>
<kcfgfile name="sierrabreezeenhancedrc"/>

<!-- common options -->
<group name="Common">
Expand Down

0 comments on commit 8350fef

Please sign in to comment.