Skip to content

Commit

Permalink
OS X -> macOS, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anders committed Oct 31, 2016
1 parent 88a9495 commit 11bb1bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[![Build Status](https://travis-ci.org/anders/pwgen.svg?branch=master)](https://travis-ci.org/anders/pwgen)

`sf-pwgen` is a command line tool which generates passwords using the
SecurityFoundation framework in OS X. It runs on Mountain Lion and later.
SecurityFoundation framework in macOS. It runs on Mountain Lion and later.

sf-pwgen 1.2: OS X password generator
sf-pwgen 1.4: macOS password generator
Anders Bergh <anders1@gmail.com>

usage: ./sf-pwgen [options]
Expand Down
6 changes: 3 additions & 3 deletions sf-pwgen.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* sf-pwgen.m -- OS X command line password generator
* sf-pwgen.m -- macOS command line password generator
* Copyright (c) 2012-2014 Anders Bergh <anders1@gmail.com>
*
* This software is provided 'as-is', without any express or implied
Expand Down Expand Up @@ -32,7 +32,7 @@
#import "SFPasswordAssistant.h"

#define PROJECT "sf-pwgen"
#define VERSION "1.3"
#define VERSION "1.4"

#define PASS_MIN_LENGTH 8
#define PASS_MAX_LENGTH 31
Expand All @@ -49,7 +49,7 @@ static void usage(const char *argv0) {
NSArray *languages =
[policy[@"Languages-Evaluate"] componentsSeparatedByString:@","];

printf(PROJECT " " VERSION ": OS X password generator\n");
printf(PROJECT " " VERSION ": macOS password generator\n");
printf("Anders Bergh <anders1@gmail.com>\n\n");

printf("usage: %s [options]\n\n", argv0);
Expand Down

0 comments on commit 11bb1bf

Please sign in to comment.