Distinct - more descriptive - error message added, when WlanOpenHandle() returns ERROR_SERVICE_NOT_ACTIVE.

Version set to 1.0-pre4.
This commit is contained in:
2015-04-01 06:21:52 +00:00
parent 21fa6cdbcb
commit b588b89fdd
5 changed files with 47 additions and 28 deletions

View File

@@ -17,12 +17,12 @@
along with MSICA. If not, see <http://www.gnu.org/licenses/>.
*/
#define MSICA_VERSION 0x00ff0300
#define MSICA_VERSION 0x00ff0400
#define MSICA_VERSION_MAJ 0
#define MSICA_VERSION_MIN 255
#define MSICA_VERSION_REV 3
#define MSICA_VERSION_REV 4
#define MSICA_VERSION_BUILD 0
#define MSICA_VERSION_STR "1.0-pre3"
#define MSICA_BUILD_YEAR_STR "2014"
#define MSICA_VERSION_STR "1.0-pre4"
#define MSICA_BUILD_YEAR_STR "2015"