Skip to content

Commit

Permalink
Correct the package version from 1.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindg committed Sep 14, 2015
1 parent 7081098 commit 5c747ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([sanji-controller], [1.0], [[email protected]])
AC_INIT([sanji-controller], [1.0.1], [[email protected]])
AM_INIT_AUTOMAKE([1.11 foreign])
AC_CONFIG_SRCDIR([src/sanji_controller.c])
AC_CONFIG_HEADERS([config.h])
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Section: libs
Homepage: http://www.moxa.com
#Vcs-Git: [email protected]:Sanji-IO/sanji-controller.git
#Vcs-Browser:
X-Python-Version: >= 2.5

Package: sanji-controller
Section: libs
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
#export DH_VERBOSE=1

%:
dh $@
dh $@ --with autotools-dev
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (native)
3.0 (quilt)

0 comments on commit 5c747ca

Please sign in to comment.