Skip to content

Commit

Permalink
Fixing minor bug in previous buildobs script.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Dec 6, 2013
1 parent 75a73b3 commit b949ad6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(Aten)
set(DESCRIPTION "Aten - Atomic configuration builder and editor")
set(AUTHOR "Tristan Youngs")
set(VERSION_MAJOR "1")
set(VERSION_MINOR "859")
set(VERSION_MINOR "860")
set(VERSION_PATCH "1")

set(CMAKE_BUILD_TYPE "Release")
Expand Down
2 changes: 1 addition & 1 deletion aten.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Name, brief description, and version
Summary: Aten - Atomic configuration builder and editor
Name: %{shortname}
Version: 1.859
Version: 1.860
Release: 1
License: GPL
%define fullname %{name}-%{version}
Expand Down
1 change: 0 additions & 1 deletion buildobs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ then
RELEASE="true"
echo "Committing release version."
fi
exit 0

# Set proxy for 'osc'
export HTTPS_PROXY="http://wwwcache.rl.ac.uk:8080"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
AC_PREREQ(2.60)

# Set program name, version, bug-address and source directory
m4_define([ATEN_VERSION],[1.859])
m4_define([ATEN_VERSION],[1.860])
AC_INIT(aten,ATEN_VERSION,[email protected])
AC_CONFIG_SRCDIR([src/main.cpp])

Expand Down
4 changes: 2 additions & 2 deletions extra/aten.dsc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Format: 1.0
Source: aten
Version: 1.859
Version: 1.860
Binary: aten
Maintainer: Tristan Youngs <[email protected]>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), libqt4-dev | libqt4-core, libqt4-opengl-dev, libreadline5-dev | libreadline-dev, libgl1-mesa-dev, pkgconfig | pkg-config, libncurses5
Files:
0f7cda0fc1d5e6e2ca1c6247eb944c61 4309758 aten-1.859.tar.gz
0f7cda0fc1d5e6e2ca1c6247eb944c61 4309758 aten-1.860.tar.gz
4 changes: 2 additions & 2 deletions src/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#ifndef ATEN_VERSION_H
#define ATEN_VERSION_H

#define ATENVERSION "1.859"
#define ATENREVISION "1859"
#define ATENVERSION "1.860"
#define ATENREVISION "1860"
#define ATENDATE "Thu 28 Jun - 13:36"
#define ATENURL "http://aten.googlecode.com/svn/trunk"

Expand Down

0 comments on commit b949ad6

Please sign in to comment.