diff options
author | Stef Walter <stefw@gnome.org> | 2012-07-13 12:24:35 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-07-13 12:24:35 +0200 |
commit | 234855ea7d6590edcdb2b981050d9257bfcabcdc (patch) | |
tree | 89fdd64ac48ece7d4730d3b36b476e75181c8980 /configure.ac | |
parent | a1c3e9bb097b0dabb690972122f53ebc839c558e (diff) | |
download | libsecret-234855ea7d6590edcdb2b981050d9257bfcabcdc.tar.gz |
Bump the library major version number
* We want to settle on 1 after first stable release
* Since we're going to start patching projects we want this to have
the pkg-config file be libsecret-1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 48389f6..24f8154 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl 2. If any interfaces have been added, removed, or changed since the last up dnl 3. If any interfaces have been added since the last public release, then increment age. dnl 4. If any interfaces have been removed or changed since the last public release, then set age to 0. -SECRET_MAJOR=0 +SECRET_MAJOR=1 SECRET_MINOR=0 SECRET_MICRO=0 |