diff --git a/SparkleShare/Linux/README.md b/SparkleShare/Linux/README.md index 4165e041..d0f112f5 100644 --- a/SparkleShare/Linux/README.md +++ b/SparkleShare/Linux/README.md @@ -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 ``` diff --git a/SparkleShare/Mac/README.md b/SparkleShare/Mac/README.md index 4ea7997f..f63390db 100644 --- a/SparkleShare/Mac/README.md +++ b/SparkleShare/Mac/README.md @@ -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. diff --git a/SparkleShare/Windows/README.md b/SparkleShare/Windows/README.md index 10dd441d..6bc1fbce 100644 --- a/SparkleShare/Windows/README.md +++ b/SparkleShare/Windows/README.md @@ -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. diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 906f4dd6..24b2b939 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.1' Manufacturer='SparkleShare'>