Add instructions for updating the version number and bump to 0.9.1. Closes #906

This commit is contained in:
Hylke Bons 2012-08-18 17:03:09 +01:00
parent c0cb63781e
commit 07c857c372
4 changed files with 36 additions and 1 deletions

View file

@ -83,6 +83,18 @@ rm -Rf ~/SparkleShare
rm -Rf ~/.config/sparkleshare
```
### Updating the version number
Change the verion number in the following files before making a release:
```
configure.ac
SparkleLib/Defines.cs
SparkleShare/Windows/SparkleShare.wxs
```
### Uninstalling
```

View file

@ -69,6 +69,18 @@ rm -Rf ~/SparkleShare
rm -Rf ~/.config/sparkleshare
```
### Updating the version number
Change the verion number in the following files before making a release:
```
configure.ac
SparkleLib/Defines.cs
SparkleShare/Windows/SparkleShare.wxs
```
### Uninstalling
Simple remove the SparkleShare bundle.

View file

@ -36,6 +36,17 @@ This will create `SparkleShare.msi` in the same directory.
Remove `My Documents\SparkleShare` and `AppData\Roaming\sparkleshare` (`AppData` is hidden by default).
### Updating the version number
Change the verion number in the following files before making a release:
```
configure.ac
SparkleLib/Defines.cs
SparkleShare/Windows/SparkleShare.wxs
```
### Uninstalling
You can uninstall SparkleShare through the Windows Control Panel.

View file

@ -2,7 +2,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name='SparkleShare' Id='184950D5-67F6-4D06-9717-7E2F1607A7B0' UpgradeCode='D3DF1D99-87F5-47A7-A349-863DD6E4B73A'
Language='1033' Codepage='1252' Version='0.8.1' Manufacturer='SparkleShare'>
Language='1033' Codepage='1252' Version='0.9.1' Manufacturer='SparkleShare'>
<Package Id='*' Keywords='Installer' Description="SparkleShare Setup" Manufacturer='SparkleShare'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />