Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnchi committed Jun 19, 2019
1 parent 2581299 commit e85dd12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"subject": "jnchi"
},
"version": {
"name": "0.0.2",
"name": "0.0.3",
"desc": "pre-release",
"gpgSign": true
},
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pam-aad (0.0.3-1) UNRELEASED; urgency=medium

* Enable external linking with -D_AAD_EXPORT

-- Lucas Ramage <lramage@cyberninjas.com> Wed, 19 Jun 2019 15:23:42 +0000

pam-aad (0.0.2-1) UNRELEASED; urgency=medium

* New release.
Expand Down
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN curl -LO "${SDSMIRROR}/libsds${SDSVERSION}_${SDSDEBVERSION}_amd64.deb" && \

WORKDIR /usr/src/pam_aad
COPY . /usr/src/pam_aad
ENV PAMAADVERSION="0.0.2" PAMAADDEBVERSION="0.0.2-1"
ENV PAMAADVERSION="0.0.3" PAMAADDEBVERSION="0.0.3-1"
RUN tar cvzf "../pam-aad_${PAMAADVERSION}.orig.tar.gz" --exclude='.git*' . && \
debuild -us -uc -d -i'(.*)' && \
dpkg -i "../libpam-aad_${PAMAADDEBVERSION}_amd64.deb"
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update && apt install -y \

WORKDIR /usr/src/pam_aad
COPY . /usr/src/pam_aad
ENV PAMAADVERSION="0.0.2" PAMAADDEBVERSION="0.0.2-1"
ENV PAMAADVERSION="0.0.3" PAMAADDEBVERSION="0.0.3-1"
RUN tar cvzf "../pam-aad_${PAMAADVERSION}.orig.tar.gz" --exclude='.git*' . && \
debuild -us -uc -d -i'(.*)' && \
dpkg -i "../libpam-aad_${PAMAADDEBVERSION}_amd64.deb"

0 comments on commit e85dd12

Please sign in to comment.