diff options
author | Jaime Pérez <jaime.perez@uninett.no> | 2016-11-14 17:38:57 +0100 |
---|---|---|
committer | Jaime Pérez <jaime.perez@uninett.no> | 2016-11-14 17:38:57 +0100 |
commit | c71cf6b540c7c435799672e42ee803315b4b91db (patch) | |
tree | bf4a3280ca59585913de9f50bd88122f5bf37958 | |
parent | d83d029189e87f21f1fce1c1fe2afa5c45f8ea48 (diff) | |
download | simplesamlphp-c71cf6b540c7c435799672e42ee803315b4b91db.zip simplesamlphp-c71cf6b540c7c435799672e42ee803315b4b91db.tar.gz simplesamlphp-c71cf6b540c7c435799672e42ee803315b4b91db.tar.bz2 |
Update the RPM spec to stop including versions in master.
That should be done in the release branches themselves, and the release number in the spec file updated as part of the release process.
-rw-r--r-- | extra/simplesamlphp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index c2e0b74..ee0ba6a 100644 --- a/extra/simplesamlphp.spec +++ b/extra/simplesamlphp.spec @@ -1,6 +1,6 @@ %define name simplesamlphp %define summary SAML IDP/SP written in PHP -%define version 1.14.8 +%define version dev %define release 1 %define license LGPL 2.1 %define group Networking/WWW |