Skip to content

Commit

Permalink
Update version numbers for v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
estan committed Feb 26, 2016
1 parent d331ee2 commit 0eb2c89
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Elvis Stansvik <[email protected]>
pkgname=protoc-gen-doc
pkgver=0.7
pkgver=0.8
pkgrel=1
pkgdesc='Documentation generator plugin for Google Protocol Buffers'
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion pkg/_service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">estan/protoc-gen-doc/archive/v0.7.tar.gz</param>
<param name="path">estan/protoc-gen-doc/archive/v0.8.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.gz</param>
Expand Down
6 changes: 6 additions & 0 deletions pkg/debian.changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ protoc-gen-doc (0.7-1) stable; urgency=low
* Update to version 0.7.

-- Elvis Stansvik <[email protected]> Thu, 7 Jan 2016 17:22:04 +0100

protoc-gen-doc (0.8-1) stable; urgency=low

* Update to version 0.8.

-- Elvis Stansvik <[email protected]> Fri, 26 Feb 2016 11:05:10 +0100
6 changes: 3 additions & 3 deletions pkg/protoc-gen-doc.dsc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: 1.0
Source: protoc-gen-doc
Version: 0.7-1
Version: 0.8-1
Binary: protoc-gen-doc
Maintainer: Elvis Stansvik <[email protected]>
Architecture: any
Expand All @@ -12,5 +12,5 @@ Build-Depends: debhelper (>= 9),
libprotoc-dev (>= 2.5.0),
pkg-config
Files:
1234 1234 protoc-gen-doc_0.7.orig.tar.gz
1234 1234 protoc-gen-doc_0.7-1.diff.tar.gz
1234 1234 protoc-gen-doc_0.8.orig.tar.gz
1234 1234 protoc-gen-doc_0.8-1.diff.tar.gz
4 changes: 3 additions & 1 deletion pkg/protoc-gen-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# published by the Open Source Initiative.

Name: protoc-gen-doc
Version: 0.7
Version: 0.8
Release: 1%{?dist}
Summary: Documentation generator plugin for Google Protocol Buffers
License: BSD-2-Clause
Expand Down Expand Up @@ -46,6 +46,8 @@ make install
%{_bindir}/protoc-gen-doc

%changelog
* Fri Feb 26 2016 Elvis Stansvik <[email protected]> - 0.8-1
- Update to version 0.8.
* Thu Jan 7 2016 Elvis Stansvik <[email protected]> - 0.7-1
- Update to version 0.7.
* Wed Apr 8 2015 Elvis Stansvik <[email protected]> - 0.6-1
Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-doc.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
VERSION = 0.7
VERSION = 0.8

CONFIG += console c++11
CONFIG -= app_bundle
Expand Down

0 comments on commit 0eb2c89

Please sign in to comment.