Skip to content

Commit

Permalink
Building scripts for version 0.3.1
Browse files Browse the repository at this point in the history
Former-commit-id: 63a87b8
  • Loading branch information
Cristina Yenyxe Gonzalez Garcia committed Feb 14, 2013
1 parent 26cce9d commit 03d1425
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ t = SConscript("test/SConscript", exports = ['env', 'debug', 'commons_path', 'bi
# For the packaging manager: Don't forget to point the XXX_INCLUDE_PATH and XXX_LIBRARY_PATH
# variables to the application libraries folder!!
tb = env.Package(NAME = 'hpg-variant',
VERSION = '0.3',
VERSION = '0.3.1',
PACKAGEVERSION = 0,
PACKAGETYPE = 'src_targz',
source = env.FindSourceFiles() + env.FindHeaderFiles(progs) +
Expand Down
2 changes: 1 addition & 1 deletion deb/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import('env') # exported by parent SConstruct

# Here's the core info for the DEBIAN/control file of the package
DEBNAME = "hpg-variant"
DEBVERSION = "0.3"
DEBVERSION = "0.3.1"
DEBMAINT = "Cristina Yenyxe Gonzalez Garcia <[email protected]>"
DEBARCH = "amd64"
DEBDEPENDS = "libc6, libconfig8, libcurl4-openssl-dev, libgsl0ldbl, libxml2, zlib1g"
Expand Down
4 changes: 2 additions & 2 deletions rpm/hpg-variant.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%define name hpg-variant
%define version 0.3
%define version 0.3.1
Name: %{name}
Version: %{version}
Release: 1%{?dist}
Summary: HPG Variant
Summary: Bioinformatics tool suite for analyzing genomic variations

License: GPLv2
URL: http://bioinfo.cipf.es
Expand Down

0 comments on commit 03d1425

Please sign in to comment.