Skip to content
Snippets Groups Projects
Commit eb0d1458 authored by Cornelius Kölbel's avatar Cornelius Kölbel
Browse files

Need to increase the version number, since we

had changes outside of the debian directory
parent 2fd8f744
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ info: ...@@ -8,7 +8,7 @@ info:
@echo "make builddeb - build .deb file locally on ubuntu 14.04!" @echo "make builddeb - build .deb file locally on ubuntu 14.04!"
@echo "make ppa-dev - upload to launchpad development repo" @echo "make ppa-dev - upload to launchpad development repo"
VERSION=1.2.2 VERSION=1.2.3
translate: translate:
# according to http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/i18n.html#using-babel # according to http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/i18n.html#using-babel
......
privacyidea (1.2.2-2) trusty; urgency=low privacyidea (1.2.3-1) trusty; urgency=low
* Fixed the removed run-directory * Fixed the removed run-directory
-- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 31 Jul 2014 09:01:00 +0200 -- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 31 Jul 2014 19:55:00 +0200
privacyidea (1.2.2-1) trusty; urgency=low privacyidea (1.2.2-1) trusty; urgency=low
......
...@@ -37,7 +37,7 @@ def get_package(): ...@@ -37,7 +37,7 @@ def get_package():
setup( setup(
name='privacyIDEA', name='privacyIDEA',
version='1.2.2', version='1.2.3',
description='privacyIDEA: identity, multifactor authentication, authorization, audit', description='privacyIDEA: identity, multifactor authentication, authorization, audit',
author='privacyidea.org', author='privacyidea.org',
license='AGPL v3', license='AGPL v3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment